servlets thread: Stop servlet through program
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.
|





