How to Schedule Poller(Servlet)

Hi All,I have a servlet that servlet does offline process soem data at EOD.So i need that servlet to run at EOD ( i mean at morning 1 AM) and stop after 1 hrs work then again start tomrrow morning 1 AM .Can i know how to schedule Regards
[258 byte] By [avina_SMPPa] at [2007-10-2 10:22:28]
# 1
Look at the Java Timer class. Use a ServletContextListener to start the timer when the context loads. The Timer can be a context
tolmanka at 2007-7-13 1:54:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...