If the thread is associated with a servlet. It would be best to use the
destroy method of the servlet to stop the thread.
-Tim
Corey Baswell wrote:
> Hello,
>
> I'm trying to figure out what the proper way for spawning a new thread
> in Tomcat is. I can create a new thread when my servlet is first
> loaded, but it does not get closed down when tomcat does. Is there
> anyway to register a new thread with Tomcat so that it will get closed
> when Tomcat goes down?
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|