RE: Not able to shutdown tomcat

2009-03-11 Thread Aleksandr Elbakyan
Thank you for help this link was really helpful --- On Tue, 3/10/09, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Not able to shutdown tomcat To: "Tomcat Users List" Date: Tuesday, March 10, 2009, 6:02 PM > From: Aleksandr Elbakyan [mailto:ramal

RE: Tomcat Shutdown

2009-03-10 Thread Aleksandr Elbakyan
So how to ping to application so that tomcat is going to be shutdown? --- On Tue, 3/10/09, Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Tomcat Shutdown To: "Tomcat Users List" Date: Tuesday, March 10, 2009, 6:05 PM > From: André Warnier [mailto:a...@ice-sa.com] > Sub

Not able to shutdown tomcat

2009-03-10 Thread Aleksandr Elbakyan
Hello, I have tomcat running with thread pool inside which has Callable threads in it. And there are not daemon threads When I am shutting down tomcat the tomcat is not getting shutdown and is waiting until all threads in the pool will be done. But there there are threads which are never done.