Dear Developers,

Thanks it works. But I meet another problem. How can I create a web page and 
connect to the service as a client? I have already have the client program in 
C(exe file).

Yours sincerely,
Jason


From: Nandika Jayawardana 
Sent: Thursday, April 29, 2010 8:16 PM
To: Apache AXIS C User List 
Subject: Re: [Axis2]About deploy Axis2c on Apache2.2


Have you add E:/Source/axis2c-bin-1.6.0-win32/lib directory to your path 
environment variable. Also specify LoadModule axis2_module 
modules/mod_axis2.so. 

Try removing Axis2ServiceURLPrefix and see the default setting 
http://localhost/axis2/services/ works 

Regards
Nandika


2010/4/29 卢杨 <[email protected]>

  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



-- 
http://nandikajayawardana.blogspot.com/
WSO2 Inc: http://www.wso2.com

Reply via email to