RE: Timer implementation with servlet

2004-04-20 Thread Aaron Smuts
/docs/api/java/util/Timer.html#schedule(java .util.TimerTask,%20long) Aaron Smuts > -Original Message- > From: Jignesh Patel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 10:01 AM > To: [EMAIL PROTECTED] > Subject: Timer implementation with servlet > > Hi

Timer implementation with servlet

2004-04-20 Thread Jignesh Patel
Hi All, I am trying to implement timer with servlet but it works only at the time of loading only while I schedule it to work after every 1 minute. What is the reason for not working later on? My servlet code is as follows: public class TimerServlet extends GenericServlet implements SingleThread