On 07/22/2010 10:17 AM, Pid wrote:
Have a look at Executors.class in java.util.concurrent. You can start/stop an ExecutorService in the init/destroy methods of your Servlet, submit a Runnable to the ExecutorService representing the job(s) you want to execute.
Timer / TimerTask might be an easier option. Not to mention Quartz - but that would be an overkill I guess. -- Mikolaj Rydzewski<m...@ceti.pl> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org