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ć
This is confusing for me because this is shown in log file when I try to deploy application. Could you give me some advice of how I can solve this? Thanks in advance. 2010/8/12 Caldarale, Charles R > > From: Ivan Mladenović [mailto:pif...@gmail.com] > > Subject: Question about u

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&

Question about undeploying application

2010-08-12 Thread Ivan Mladenović
Hello, I’m using Tomcat 6.0.29. Tomcat manager application is enabled. Version of installed Java is 1.6 update 18. Operating systems used to test this are Windows 7 and Ubuntu 9.1. There is one Spring web application that is deployed on Tomcat. Deployed application have some threads that are run