> -----Original Message-----
> From: Jignesh Patel [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 11, 2004 4:05 PM
> To: Struts Users Mailing List
> Subject: stopping threads when sever stops
> 
> 
> Hi Rick,
> 
> We are developing our software using struts and quartz with tomcat.
> When we stop our web server it never stops the back end 
> running threads.
> 
> We tried by developing separate listener but we never able to shutdown
> our application properly.
> 
> any suggestion will be helpful on this.

Servlet Context listener, listen on the context destroyed method and nuke your threads.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to