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:
>
-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
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
> 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