I am using Tomcat with the Spring framework. I want to have a class called by the server every 30 minutes. Is there a good way to do this in Servlet, Spring, or Struts?
-
2This solution is probably your best bet. stackoverflow.com/questions/2039349/…CamelSlack– CamelSlack2011-10-13 18:30:45 +00:00Commented Oct 13, 2011 at 18:30
-
4You might want to accept some answers to your previous questions too.andronikus– andronikus2011-10-13 18:35:00 +00:00Commented Oct 13, 2011 at 18:35
-
1possible duplicate of Background timer task in JSP/Servlet web applicationPerception– Perception2011-10-13 18:36:56 +00:00Commented Oct 13, 2011 at 18:36
Add a comment
|