Dear developers, I have a problem that I can't deploy axis2c on apache2.2 successful. I can't see axis2.log file and in error.log file:
[Thu Apr 29 10:01:48 2010] [error] [client 127.0.0.1] File does not exist: E:/Apache2.2/htdocs/axis2 This is my setting of httpd.conf LoadModule axis2_module E:/Apache2.2/modules/mod_axis2.so Axis2RepoPath E:/Source/axis2c-bin-1.6.0-win32 Axis2LogFile E:/Apache2.2/logs/axis2.log Axis2LogLevel trace Axis2ServiceURLPrefix web_services Axis2MaxLogFileSize 200 <Location /axis2> SetHandler axis2_module </Location> How can I deal with the problem. Yours sincerely, Jason
