Jim Seipp wrote:
Axis2LogLevel AXIS2_LOG_LEVEL_TRACE
LoadModule axis2_module deployAxis2RC3/lib/mod_axis2.so
Axis2RepoPath deployAxis2RC3
Axis2LogFile deployAxis2RC3/logs/axis2.log
<Location /deployAxis2RC3>
SetHandler axis2_module
</Location>
It seems to me that you have copied the Axis2/C package to the apache2/bin
directory. Your problem may have occurred due to the relative path given in
"Axis2RepoPath deployAxis2RC3".
Try changing that to the *absolute path* where Axis2/C is deployed.
Also it is better to copy the mod_axis2.dll (assume win32 environment)
to the
apache modules directory and load it as:
LoadModule axis2_module modules/mod_axis2.dll
Note that you can check if the services are deployed in axis2/c
correctly, by
pointing your web browser to "http://<host>:<port>/deployAxis2RC3". It will
list all the services deployed.
Regards,
Dumindu.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]