You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Jim Seipp <Ji...@avid.com> on 2007/04/26 22:53:00 UTC

apache axis2 deploy

 
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 see the deploy
information for the services.
 
Any ideas?
 
Is there any tests I can run or data I can send you?
 
Thanks,
 
Jim
 

Re: apache axis2 deploy

Posted by Dinesh Premalal <xy...@gmail.com>.
I also tested on my machine, It works fine with both with "/" and
without cases.

thanks,
Dinesh

-- 
Dinesh Premalal
dinesh@wso2.com
WSO2, Inc.; http://www.wso2.com/
GPG Key ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257  0229 4F44 266E A255 955C

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: apache axis2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
I am using Apache2.2.4
I installed it from the Apache web site
I used the configuration file, changing only the AXIS2C parameters
I am attaching the config file

Thanks,

Jim



-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Sunday, April 29, 2007 9:18 AM
To: 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 the http path made it work for Apache2
deploy
>
>http://localhost:80/axis2/services/echo/
>  
>
I tested on my machine with Apache2 and it works for both with and 
without '/' in the endpoint uri.
So it has to be some setting on your machine's Apache2 installation. Are

you using a an already installed Apache2 instance or an installation 
done by you?

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: apache axis2 deploy

Posted by Samisa Abeysinghe <sa...@wso2.com>.
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 tested on my machine with Apache2 and it works for both with and 
without '/' in the endpoint uri.
So it has to be some setting on your machine's Apache2 installation. Are 
you using a an already installed Apache2 instance or an installation 
done by you?

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: apache axis2 deploy

Posted by Jim Seipp <Ji...@avid.com>.
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/

Thanks,

JIm


-----Original Message-----
From: Supun Kamburugamuva [mailto:supun06@gmail.com] 
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 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/axis2/services/echo

Supun.


On 4/26/07, Jim Seipp <Ji...@avid.com> wrote:
>
>
>
>
>
> 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 see the deploy
> information for the services.
>
>
>
> Any ideas?
>
>
>
> Is there any tests I can run or data I can send you?
>
>
>
> Thanks,
>
>
>
> Jim
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: apache axis2 deploy

Posted by Supun Kamburugamuva <su...@gmail.com>.
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/axis2/services/echo

Supun.


On 4/26/07, Jim Seipp <Ji...@avid.com> wrote:
>
>
>
>
>
> 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 see the deploy
> information for the services.
>
>
>
> Any ideas?
>
>
>
> Is there any tests I can run or data I can send you?
>
>
>
> Thanks,
>
>
>
> Jim
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org