[wsf-c-dev] Deploy service in Apache2

Marcus Dushshantha Chandradasa dushshantha at wso2.com
Fri Oct 12 03:00:37 PDT 2007


Lahiru Gunathilake wrote:
> I'm referring Installation guide to it contain a section on how to
> Deploy in Apache2. I've changed the build.sh file and install Axis2C.
> But after that installation guide tells to copy libmod_axis2.so file.
>
> INSTALL FILE
> -----------------------------------------------------------------------------
>   Copy the mod_axis2 (libmod_axis2.so.0.0.0 on Linux and mod_axis2.dll
> in Windows)
>     to "<apache2 modules directory>" as mod_axis2.so
>     Example:
>     cp
> $AXIS2C_HOME/lib/libmod_axis2.so.0.0.0 /usr/lib/apache2/modules/mod_axis2.so
>         in Linux or
>
>     copy C:\axis2c\build\deploy\lib\mod_axis2.dll C:\Apache2\modules
> \mod_axis2.so
>         in Windows
> -----------------------------------------------------------------------------
>
>
> But there's no file like libmod_axis2.so.
>
> Please tell what to do...!
>
> Regs
> lahiru
>
>
> _______________________________________________
> Wsf-c-dev mailing list
> Wsf-c-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev
>
>   
Did you build axis2c with apache giving --with-apache2=<path to apache2 
inludes> configuration option, as mentioned in the INSTALL file?

If so, the above file should be in your <axis2c deploy folder>/lib with 
the name libmod_axis2.so.0.1.0

You have to copy that file into apache modules folder as mod_axis2.so

regards,
Dushshantha



More information about the Wsf-c-dev mailing list