You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ben Souther <bs...@fwdco.com> on 2002/10/31 14:04:40 UTC

Re: 2 questions, (starting/stopping web services) and (when is a ws c onstructor called)...

Look at deploy.wsdd and undeploy.wsdd in the "stock" example that shipps with 
Axis.





On Thursday 31 October 2002 05:02 pm, Barry Lulas wrote:
> 1.  Is is possible to start/stop specific web services?  If so, can this be
> done from an ant script.  I know that Tomcat has some ant tasks, such as
> deploy, undeploy, redeploy, list, start and stop.  Is the start/stop
> limited to Tomcat itself, a specific web app (AXIS), or web services
> running under Axis?  What is the syntax for these ant tasks?
>
> 2.  When is the constructor of a web service called?  My web service has
> Application scope and has a lot of startup code that I only want to execute
> once.