Re: daemon thread causing tomcat process to live on

2012-06-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad, On 6/5/12 9:58 AM, chad.da...@emc.com wrote: > >> >> On 6/4/12 5:29 PM, chad.da...@emc.com wrote: >>> I've got a daemon thread that seems to run after the tomcat >>> has received the shutdown signal. It's a TimerTask and it >>> appears to fir

RE: daemon thread causing tomcat process to live on

2012-06-05 Thread Chad.Davis
> > On 6/4/12 5:29 PM, chad.da...@emc.com wrote: > > I've got a daemon thread that seems to run after the tomcat has > > received the shutdown signal. It's a TimerTask and it appears to fire > > again after the webapp itself has been shutdown. This then seems to > > cause the whole jvm to live

Re: daemon thread causing tomcat process to live on

2012-06-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad, On 6/4/12 5:29 PM, chad.da...@emc.com wrote: > I've got a daemon thread that seems to run after the tomcat has > received the shutdown signal. It's a TimerTask and it appears to > fire again after the webapp itself has been shutdown. This th

daemon thread causing tomcat process to live on

2012-06-04 Thread Chad.Davis
I've got a daemon thread that seems to run after the tomcat has received the shutdown signal. It's a TimerTask and it appears to fire again after the webapp itself has been shutdown. This then seems to cause the whole jvm to live on, sometimes for a couple of minutes, sometimes much longer. T