i would like to stop tomcat4.0 no matter what the states of the servlets
are. here is my situation.

WHILE the LoginServlet is running, client stops the client program that
calls the servlet. i then used 'catalina.sh stop' command to stop tomcat.
the log then showed 

StandardWrapper[LoginServlet]: Waiting for 1 instance(s) to be deallocated

other servlets seemed to be destroyed fine, but not this one. it looks like
it thinks the servlet is still being used, but it is not. after waiting for
a long time, that servlet instance is still not deallocated. so the server
hangs.

is there a way i can set the time limit to wait for a servlet to be
deallocated? or force it to shutdown no matter what?

thanks

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to