RE: Axis2 default service (Deploy a service a context root)

2008-12-10 Thread Nowak Brad
From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2008 10:50 PM To: axis-user@ws.apache.org Subject: Re: Axis2 default service (Deploy a service a context root) On Tue, Dec 9, 2008 at 8:18 PM, Nowak Brad <[EMAIL PROTECTED]> wrote: I don't hav

Re: Axis2 default service (Deploy a service a context root)

2008-12-09 Thread Amila Suriarachchi
81);*** > > * *** > > *server.start();* > this is not a good way to deploy services. try deploying services under tomcat (or with any servlet container) with the war distribution. thanks, Amila. > ** > > > > > > Thanks. > > > ---

RE: Axis2 default service (Deploy a service a context root)

2008-12-09 Thread Nowak Brad
From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2008 11:37 PM To: axis-user@ws.apache.org Subject: Re: Axis2 default service (Deploy a service a context root) try deploying the axis2 as the ROOT and change this entry in web.xml AxisServlet

Re: Axis2 default service (Deploy a service a context root)

2008-12-08 Thread Amila Suriarachchi
try deploying the axis2 as the ROOT and change this entry in web.xml AxisServlet /services/* to AxisServlet /* thanks, Amila. On Mon, Dec 8, 2008 at 8:25 PM, Nowak Brad <[EMAIL PROTECTED]> wrote: > How can I configure Axis2 to deploy a service

Axis2 default service (Deploy a service a context root)

2008-12-08 Thread Nowak Brad
How can I configure Axis2 to deploy a service at the context root? Right now I can only deploy them from the service path (using SimpleHTTPServer). My project requires a service to be deployed at http://localhost:8081/. Thanks, Brad