Thanks RND.
I had just wanted to know whether there was a 'tomcat' way of doing it. Otherwise the
solution that you suggested was the one I was going to try out.
-----Original Message-----
From: Tomcat-RND [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 16, 2003 2:06 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: Tomcat Scheduler
Hi,
You can use JDK1.3 provided classes from java.util package. Use the
TimerTask, Timer classes.
Start a load-on-startup servlet of your application and use the above
classes if your requirement is such that these should run whenver server is
started.
Other wise you can invoke from a request obviously.
Hope this may suit your requirement.
Regards,
Pratt.
----- Original Message -----
From: "Tarun Ramakrishna Elankath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 16, 2003 2:01 PM
Subject: Tomcat Scheduler
> Hi list,
>
> Is there any scheduler facility that tomcat offers? By means of which I
> can schedule a task to occur (actually sending email, + other stuff) at
> regular intervals.
>
> Thanks,
> Tarun
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
This e-mail and any files transmitted with it are for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and
destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or
copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.
Visit us at http://www.cognizant.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]