Hello All: I am using the Scheduler Servlet and I have setup a schedule.ini file as follows:
------scheduler.ini------------------------- # --This is scheduled for 10:00 AM Monday thru Friday-- 0 0 10 * * mon-fri http://localhost/MyServlet1 # --This is scheduled for 1:00 AM Monday thru Friday-- 0 0 1 * * mon-fri http://localhost/MyServlet2 --------------------------------------------- However, when I run the Servlet Scheduler servlet, i.e., http://localhost/servlet/Scheduler it displays the following: CronServlet 3.0 Action Next Scheduled Time http://localhost/MyServlet1 Sun Feb 17 10:00:00 CST 2002 http://localhost/MyServlet2 Sun Feb 17 01:00:00 CST 2002 Why doesn't the Scheduler not report that the next time it will run for MyServlet1 is Mon Feb 18 10:00:00 CST 2002 and for MyServlet2 is Mon Feb 18 1:00:00 CST 2002 ? Do I have the correct syntax for the schedule.ini file? I really would appreciate any help.. Many Thanks in Advance, Alex Alex Restrepo ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
