Struts and Quartz

2007-02-05 Thread Adam K
Hi all, working with a struts application that I am trying to add quartz to but I am running into a slight snag. I can't seem to get the scheduler to be recognized. I am trying to follow the following tutorial: http://www.onjava.com/pub/a/onjava/2006/03/01/job-scheduling-in-web-application.html

RE: RE: Struts and Quartz Scheduler

2004-09-30 Thread Wiebe de Jong
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

RE: Struts and Quartz Scheduler

2004-09-30 Thread Barnett, Brian W.
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

AW: RE: Struts and Quartz Scheduler

2004-09-30 Thread Thomas Vogt
. 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

RE: Struts and Quartz Scheduler

2004-09-30 Thread Wiebe de Jong
} sched = null; } } I think I'll put this into my blog. Wiebe de Jong http://frontierj.blogspot.com/ -Original Message- From: Thomas Vogt [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 10:08 PM To: Struts Users Mailing List Subject: AW: Struts and

RE: Struts and Quartz Scheduler

2004-09-30 Thread Mick.Knutson
: -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 8:58 PM To: 'Struts Users Mailing List ' Subject: Struts and Quartz Scheduler Has anyone here integrated Q

AW: Struts and Quartz Scheduler

2004-09-29 Thread Thomas Vogt
]> An: 'Struts Users Mailing List ' <[EMAIL PROTECTED]> Betreff: Struts and Quartz Scheduler Datum: 30/09/04 06:06 > Has anyone here integrated Quartz with Struts? I'm having a hard time > finding examples on this combination. > > I'm using the latest

Struts and Quartz Scheduler

2004-09-29 Thread Barnett, Brian W.
Has anyone here integrated Quartz with Struts? I'm having a hard time finding examples on this combination. I'm using the latest version of Quartz, 1.4.2, and I'm initializing it in web.xml like this: QuartzInitializer