Multi Threads

2004-04-09 Thread shyam
Hi all, I have a question. When tomcat starts , I have a loadonstartup servlet which creates new thread and this thread will not die. Now the question is when I shut down tomcat , I want this thread to die . I want to know how tomcat notifies its sub processes about the shut down. Currently

Re: Multi Threads

2004-04-09 Thread QM
On Fri, Apr 09, 2004 at 03:29:47PM -0400, shyam wrote: : I have a question. When tomcat starts , I have a loadonstartup servlet : which creates new thread and this thread will not die. Now the question : is when I shut down tomcat , I want this thread to die . I want to know : how tomcat notifies