On the windoze side, you can use Scheduled Tasks. >From there just point to a .bat file and you are free to do anything your little heart desires.
James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the "Open Minded Developer Network" http://www.open-tools.org/struts-atlanta > -----Original Message----- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 26, 2002 11:25 AM > To: Struts Users Mailing List > Subject: Re: Scheduled Jobs > > > Personally, I'd use cron. If you're not on a Un*x box then that's not > an option - I would think Windoze would provide something analagous > though ... > > The process cron kicks off could be any executable file, so you aren't > even tied to doing it in Java. For my $0.02, you could probably whip > together a simple Perl script that did what you needed, and save some > overhead. > > gus wrote: > > > Hi! > > > > In my struts app I have to do some cleanup jobs in my database that I > > like to start regularly. What's the best way to realize such schedules > > jobs in a struts app? > > > > Thanks in advance. > > > > gus > > > -- > Eddie Bush > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

