RE: How to trigger events from tomcat?

2003-08-17 Thread Berry, Layton
Use the java.util.Timer class. It has been around since Java 1.3. -Original Message- From: Sjoerd van Leent [mailto:[EMAIL PROTECTED] Sent: Saturday, August 16, 2003 8:04 AM To: 'Tomcat Users List' Subject: RE: How to trigger events from tomcat? It seems the best way to do

How to trigger events from tomcat?

2003-08-16 Thread Prince
hi, I am developing a web based appointment sheduler. the data is stored in xml format. i am using tomcat/jsp/servlet for example if i added a new appointment , the program will ask for a reminder time. I am giving 08/08/2003 10:30 so at 08/08/2003 10:30 an email should be sent to me saying

RE: How to trigger events from tomcat?

2003-08-16 Thread Sjoerd van Leent
events from tomcat? hi, I am developing a web based appointment sheduler. the data is stored in xml format. i am using tomcat/jsp/servlet for example if i added a new appointment , the program will ask for a reminder time. I am giving 08/08/2003 10:30 so at 08/08/2003 10:30 an email should