Hi
I have written a job using Tomcat and JSP/Servet MVC artitechure, I need a way to schedule a job to be ran once a day to check if an account has expired and if so send an email.
Is there a way to do this with out purchasing a 3rd Party Application.
Any help appreciated.
Thanks
Andy
-
Schedule Jobs (3 messages)
- Posted by: Andy Stewart
- Posted on: April 16 2003 05:08 EDT
Threaded Messages (3)
- Schedule Jobs by Jason McKerr on April 16 2003 11:55 EDT
- Thanks by Andy Stewart on April 17 2003 04:01 EDT
- Schedule Jobs by Anil Saldhana on April 16 2003 14:52 EDT
-
Schedule Jobs[ Go to top ]
- Posted by: Jason McKerr
- Posted on: April 16 2003 11:55 EDT
- in response to Andy Stewart
-
Thanks[ Go to top ]
- Posted by: Andy Stewart
- Posted on: April 17 2003 04:01 EDT
- in response to Jason McKerr
Thats brilliant looks like its just what I was looking for
Andy -
Schedule Jobs[ Go to top ]
- Posted by: Anil Saldhana
- Posted on: April 16 2003 14:52 EDT
- in response to Andy Stewart
Unix: cron jobs
Java: Use java.util.Timer class (jdk 1.3.1 and higher) and Java Mail to accomplish your job.