hi ranchers,, i created a simple Servlet and ran it on Apache Tomcat. This servlet reads an xml file from host url and stores data into DB, now my question is I want this servlet shuld be run after each 24 hrs on daily . i.e Say every night at 12:00 am my servlet revokes and parse xml file routine.
So what should i do, ? Is there any facility in Tomcat server which invoke specific servlet after fixed time of interval ??