Re: Timing service in Tomcat

2004-05-13 Thread Tim Kelly
Sasha, We wanted to reuse our business java code for our batch runs so we implemented a cron job with issued a lynx command such as lynx http://webxx/servlet/batch?batch=2date=05/13/04. We run our production environment in linux so lynx was available by default. Tim Mats Henrikson wrote:

Re: Timing service in Tomcat

2004-05-13 Thread Mats Henrikson
Sasha, If you are used to unix cron and the format of crontabs, then you might also want to have a look at JCronTab (http://jcrontab.sourceforge.net/), which is supposed to work pretty well with Tomcat (have a look at the first FAQ entry...). Mats On Wed, 2004-05-12 at 16:33, Sasha Borodin

Timing service in Tomcat

2004-05-12 Thread Sasha Borodin
I'm wondering what people are doing to schedule/execute tasks in Tomcat... Is there any built-in timing services in Tomcat? Are people using external operating system tools like cron to invoke a class, or hit a servlet? Is anyone using a good 3rd party scheduling framework? Or is this kind of

RE: Timing service in Tomcat

2004-05-12 Thread Mike Curwen
I like quartz. www.opensymphony.com/quartz -Original Message- From: Sasha Borodin [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:33 AM To: Tomcat Users List Subject: Timing service in Tomcat I'm wondering what people are doing to schedule/execute tasks in Tomcat

Re: Timing service in Tomcat

2004-05-12 Thread James Neville
Sasha, Sasha Borodin wrote: Is anyone using a good 3rd party scheduling framework? Have a look at: http://www.quartzscheduler.org/quartz/(h its moved to OpenSymphony!) We're using this in part with some in-house stuff. It works well; I actually can't think of any other open -source

RE: Timing service in Tomcat

2004-05-12 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: James Neville [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 11:40 AM To: Tomcat Users List Subject: Re: Timing service in Tomcat Sasha, Sasha Borodin wrote: Is anyone using a good 3rd party scheduling framework? Have a look