RE: Using Non-Servlet Timers (Was - I need to run a servlet periodically)

2002-10-10 Thread Kris Schneider
It's also a good idea to use the Timer(boolean) constructor to create the associated thread as a daemon. The default constructor doesn't do this. Quoting Sexton, George [EMAIL PROTECTED]: Register a context listener and free the timer in it. -Original Message- From: gautam

RE: Using Non-Servlet Timers (Was - I need to run a servlet periodically)

2002-10-09 Thread Sexton, George
Register a context listener and free the timer in it. -Original Message- From: gautam [mailto:[EMAIL PROTECTED]] Sent: 09 October, 2002 9:53 PM To: Tomcat Users List Subject: Using Non-Servlet Timers (Was - I need to run a servlet periodically) Hello, We are using java.util.Timer