Hi, I finally figured out the problem.
The test application showed the sample: http://thunder-hd2:9090/axis2/services/math This worked when using the axis2_http_server.exe The Apache server was looking for: http://thunder-hd2:9090/axis2/services/math/ Adding the "/" to the end of the http address fixed the issue. Thanks for your help, Jim PS I am still seeing handle and memory leaks, maybe they are fixed in the next RC? -----Original Message----- From: Dumindu Pallewela [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 5:01 PM To: Apache AXIS C Developers List Subject: Re: deploy Hi Jim, According to the logs that you have attached, all that I can think of is that the axis2 handler doesn't get the request that you send. In access log, you can see that a 301 response is sent to the client. (this could happen due to mod_rewrite, for example) Maybe you should start with a *minimal* configuration of apache2 and modify it for the axis2 module, if you haven't already done so. Keep us posted of the outcome. Regards, Dumindu. Jim Seipp wrote: > Hi, > > I am adding the client and server logs to this email. > > Thanks for your help. > > Jim > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
