RE: Quartz Scheduler with Struts

2005-05-09 Thread Marco Mistroni
; Gesendet: Sonntag, 8. Mai 2005 02:28 > An: user@struts.apache.org > Betreff: Re: Quartz Scheduler with Struts > > ot: consider using JMX for monitoring webapps, that's what I use. > .V > > Brian McGovern wrote: > > I need to set up a bunch of jobs that monitor vari

RE: Quartz Scheduler with Struts

2005-05-08 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
i added quartz to my struts app lately, used a servlet context listener to start quartz. kr, guenther -Original Message- From: Brian McGovern [mailto:[EMAIL PROTECTED] Sent: Sunday, May 08, 2005 1:47 AM To: user@struts.apache.org Subject: Quartz Scheduler with Struts I need to set up a

Re: Quartz Scheduler with Struts

2005-05-07 Thread Vic Cekvenich (netsql)
ot: consider using JMX for monitoring webapps, that's what I use. .V Brian McGovern wrote: I need to set up a bunch of jobs that monitor various pieces of my struts app. I decided to use Quartz but am wondering if anyone has experience with setting up quartz to run in struts. I'm guessing this

Re: Quartz Scheduler with Struts

2005-05-07 Thread Joe Germuska
At 7:47 PM -0400 5/7/05, Brian McGovern wrote: I need to set up a bunch of jobs that monitor various pieces of my struts app. I decided to use Quartz but am wondering if anyone has experience with setting up quartz to run in struts. I'm guessing this would be achieved with by either writing a