From: Thomas Vogt [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 30, 2004 11:56 AM
To: Struts Users Mailing List
Subject: AW: RE: Struts and Quartz Scheduler
Hmm
never had any of the problems you mentioned with my app and I do WAR HOT
reload quite often. I never experienced the behaviour you ment
iling List'; 'Thomas Vogt'
Subject: RE: Struts and Quartz Scheduler
Starting Quartz from a servlet is not a good idea, use a Plugin instead.
Reason:
I am running on the JBoss application server, and the threads that Quartz
creates on startup are attached to the app server when
.
Thanks for the tip
;)
Thomas
- Original-Nachricht
Von: Struts Users Mailing List <[EMAIL PROTECTED]>
An: 'Struts Users Mailing List' <[EMAIL PROTECTED]>, 'Thomas Vogt'
<[EMAIL PROTECTED]>
Betreff: RE: Struts and Quartz Scheduler
Datum: 30/09/04 20:2
Starting Quartz from a servlet is not a good idea, use a Plugin instead.
Reason:
I am running on the JBoss application server, and the threads that Quartz
creates on startup are attached to the app server when using the servlet
method. Everything works fine, but when your webapp is shutdown, the
This works for me:
web.xml
QuartzInitializer
com.baselogic.yoursos.scheduler.QuartzInitializerServlet
1
quartz-config.xml:
5 matches
Mail list logo