The simplest way to do this is to learn the Timer API: http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html
Then put your timer code into a new servlet that you add to your webapp. Or add your code to an existing servlet in your webapp. There are plenty of other open source scheduling API's as well, but you probably don't need them for anything this simple. Dan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org