Re: Question about undeploying application

2010-08-17 Thread Ivan Mladenović
Hello, Problem solved by changing Quartz scheduler version to 1.8.3. Thanks for the help. On Fri, Aug 13, 2010 at 9:24 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Ivan, > > On 8/13/2010 6:45 AM, Ivan Mladenović wrote: >

Re: Question about undeploying application

2010-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ivan, On 8/13/2010 6:45 AM, Ivan Mladenović wrote: > I define ServletContextListener (create my implementation of this listener > and define this listener in web.xml). In method contextDestroyed I try to > shutdown all of the schedulers in following w

Re: Question about undeploying application

2010-08-13 Thread Ivan Mladenović
Hi, Thanks for the quick answer. I try this, but something strange is happening when I try to deploy application (without the Tomcat restart). I define ServletContextListener (create my implementation of this listener and define this listener in web.xml). In method contextDestroyed I try t

RE: Question about undeploying application

2010-08-12 Thread Caldarale, Charles R
> From: Ivan Mladenović [mailto:pif...@gmail.com] > Subject: Question about undeploying application > > Deployed application have some threads that are running > in background. Then deployed application must stop those threads as part of its shutdown procedure. Tomcat can't do it for you. You