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 Sandeep Dhanuka <sa...@gmail.com> on 2009/04/14 09:48:32 UTC

Suspend/Resume a web service not working through AdminServlet

Hi,

I am using Axis 1.4 and looking for a way to suspend/resume individual
web services without restarting the server(Tomcat).

I tried configuring AdminServlet with property
"axis.development.system" and was able to get to the page where all
the hosted webservice are listed along with the suspend/resume links,
but even after suspending a service, I was able to access the service
and get the response.

I tried to look in to the source code for SOAPService class, the stop
and start method just set a boolean variable and the java docs states
that the methods are just the placeholders.

Can someone please point me to appropriate classes and methods, using
which I can  implement my own servlet to suspend/resume webservices
similar to the AdminServlet provided by Axis.

Thanks in advance.

Regards,
Sandeep