Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Stop servlet through program


Message #1 by "Dinesh" <d_ahuja1@r...> on Thu, 22 Mar 2001 11:42:51
Dangerous, but if you really want to......

Implement a service in the servlet which responds to a particular URL or form
field. In the method, throw an UnavailableException. If the servlet throws this
exception, the server is required to stop passing requests to the servlet.

> From: "Dinesh" <d_ahuja1@r...>
> 
> > how to stop a particular servlet after initializing through a program.

  Return to Index