RE: apache axis2 deploy

2007-04-29 Thread Jim Seipp
: Apache AXIS C Developers List Subject: Re: apache axis2 deploy Jim Seipp wrote: >Hi Supun, > >The issue was that echo.exe http://localhost:80/axis2/services/echo >Did not work when using Apache deploy but did work for >http_axis2_serve.exe >Adding a "/" to the end of th

Re: apache axis2 deploy

2007-04-29 Thread Dinesh Premalal
I also tested on my machine, It works fine with both with "/" and without cases. thanks, Dinesh -- Dinesh Premalal [EMAIL PROTECTED] WSO2, Inc.; http://www.wso2.com/ GPG Key ID : A255955C GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C -

Re: apache axis2 deploy

2007-04-29 Thread Samisa Abeysinghe
Jim Seipp wrote: Hi Supun, The issue was that echo.exe http://localhost:80/axis2/services/echo Did not work when using Apache deploy but did work for http_axis2_serve.exe Adding a "/" to the end of the http path made it work for Apache2 deploy http://localhost:80/axis2/services/echo/ I test

RE: apache axis2 deploy

2007-04-29 Thread Jim Seipp
anks, JIm -Original Message- From: Supun Kamburugamuva [mailto:[EMAIL PROTECTED] Sent: Saturday, April 28, 2007 5:35 PM To: Apache AXIS C Developers List Subject: Re: apache axis2 deploy Hi, By default clients use the 9090 port for the end point reference but Apache runs on 80. There are two so

Re: apache axis2 deploy

2007-04-28 Thread Supun Kamburugamuva
Hi, By default clients use the 9090 port for the end point reference but Apache runs on 80. There are two solutions. 1. Changing Apache to run on 9090 2. When running tests give the proper address(with 80 port) as a command line argument. for example for echo client echo.exe http://localhost:80/a

apache axis2 deploy

2007-04-26 Thread Jim Seipp
It looks like the Apache server is seeing the services that are supplied by AXIS2C. But I cannot seem to get the client to successfully run any of the test programs. I am trying echo.exe and math.exe They work with the axis2_http_Server.exe Also from the client I can web browse the server and s