RE: how to make a scheduled event on tomcat

2003-08-26 Thread Kevin Williams
Or if you're on a linux environment, just use crontab by itself. I've heard there's something similar in the windows environment as well. On Tue, 2003-08-26 at 13:25, Shapira, Yoav wrote: > > Howdy, > Like JCrontab? http://jcrontab.sourceforge.net/index.shtml ;) > > Yoav Shapira > Millennium Ch

Re: how to make a scheduled event on tomcat

2003-08-26 Thread Christopher Williams
Use a java.util.Timer. Store the next scheduled event time in a Preferences object. If Tomcat isn't running when your event is due, run it on next startup. Then update the event time in Preferences. Chris Williams. - Original Message - From: "Vladimer Shioshvili" <[EMAIL PROTECTED]> T

RE: how to make a scheduled event on tomcat

2003-08-26 Thread Mike Curwen
There's also a slightly more robust solution at http://sourceforge.net/projects/quartz/ > -Original Message- > From: Christopher Williams [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 4:12 PM > To: Tomcat Users List > Subject: Re: how to make a sched

RE: how to make a scheduled event on tomcat

2003-08-26 Thread Shapira, Yoav
Howdy, Like JCrontab? http://jcrontab.sourceforge.net/index.shtml ;) Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Vladimer Shioshvili [mailto:[EMAIL PROTECTED] >Sent: Tuesday, August 26, 2003 4:15 PM >To: Tomcat Users List >Subject: how to make a scheduled event on