Re: changing the Http request URI

2008-09-02 Thread pierre betz
hi, so how can I do that ? :)

Re: changing the Http request URI

2008-09-01 Thread keith chapman
gt;> >> >> *From:* pierre betz [mailto:[EMAIL PROTECTED] >> *Sent:* Wednesday, 27 August 2008 1:05 PM >> *To:* axis-user@ws.apache.org >> *Subject:* Re: changing the Http request URI >> >> >> >> Hi, >> htank you for the answers. >>

Re: changing the Http request URI

2008-08-27 Thread pierre betz
yep I agree.. but I will have 3 axis plugins running... no ?

RE: changing the Http request URI

2008-08-27 Thread Shehan Simen
betz [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 August 2008 5:11 PM To: axis-user@ws.apache.org Subject: Re: changing the Http request URI The NameOfTheProject have to be changed too.. so, if I rename axis2 folder, it will just work for 1 project, and not the others. I need something like :

Re: changing the Http request URI

2008-08-27 Thread pierre betz
ceName2* > > *http://url:18080/NameOfTheProject/services/ServiceName3* > > * * > > I don't understand the problem you have. > > > > > > *From:* pierre betz [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, 27 August 2008 1:05 PM > *To:* axis-user@ws.apache.org &

RE: changing the Http request URI

2008-08-27 Thread Shehan Simen
I don't understand the problem you have. From: pierre betz [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 August 2008 1:05 PM To: axis-user@ws.apache.org Subject: Re: changing the Http request URI Hi, htank you for the answers. In fact, I have 3 projects, so 3 aar files, which need

Re: changing the Http request URI

2008-08-26 Thread pierre betz
Hi, htank you for the answers. In fact, I have 3 projects, so 3 aar files, which need to be deployed in some folders like : http://url:18080/NameOfTheProject/services/ServiceName I think there is no possibility to do something in this case. Ok, I can rename the axis2 directory, and use some param

RE: changing the Http request URI

2008-08-26 Thread Shehan Simen
Hi Martin, Can we get rid of the word "axis2" from the url by doing as you said? Regards From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 August 2008 9:29 AM To: axis-user@ws.apache.org Subject: RE: changing the Http request URI copy *.aar to %TOMCAT_HOME%/webapps/axi

RE: changing the Http request URI

2008-08-26 Thread Martin Gainty
Aug 2008 09:15:48 +1000 Subject: RE: changing the Http request URI Hi, Just rename the axis.war file to NameOftheWar.war and deploy it in the tomcat. Then put ur .aar file inside the proper place same as in axis2. It just work. Let me know how it goes. Regards, Shehan

RE: changing the Http request URI

2008-08-26 Thread Shehan Simen
-user@ws.apache.org Subject: Re: changing the Http request URI the previous web service was deployed in tomcat and generated with axis1. to access to a service and call an operation, we did : http://service.myUrl.com:18080/NameOftheWar/services/NameService?NameOperation but, as now I use axis2 as

Re: changing the Http request URI

2008-08-26 Thread pierre betz
the previous web service was deployed in tomcat and generated with axis1. to access to a service and call an operation, we did : http://service.myUrl.com:18080/NameOftheWar/services/NameService?NameOperation but, as now I use axis2 as a plugin in tomcat, I really can't find a way to call the new

changing the Http request URI

2008-08-25 Thread pierre betz
Hi everybody, I've found a good tutorial on how to change and customize the endpoint address format of hosted services via Axis2/C you can see it here : http://wso2.org/library/2663 But, as I work with axis2/java, it can't run of course. I did not found anything like this tutorial on the network