That's the ticket! Thanks. I was assuming the load on startup meant that it would run the tasks on startup which i didn't want. Thanks a lot.
Travis ---- Original Message ---- From: "BLAIS,JASON (HP-USA,ex1)" <[EMAIL PROTECTED]> Sent: 2002-01-11 To: JRun-Talk <[EMAIL PROTECTED]> Subject: RE: Scheduler Service, huge problem (bug?) Travis - Is the SchedTest servlet set to load on startup? This can be done by setting the servlet to preload in the Servlet Definitions section of the JMC or even easier by setting the <load-on-startup/> tag in the web.xml file. Valid values in this tag are 1 through n where n is the number of servlets to preload. If a servlet is not set to preload, it will load on the first access to the servlet; which may be causing the behavior you are seeing. Hope this helps.... Jason Blais Software Engineer HP Openview -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 11:24 AM To: JRun-Talk Subject: Scheduler Service, huge problem (bug?) So i set up a scheduled task and it works fine, but ONLY if i look at the SchedTest servlet first. If i look at the SchedTest servlet to see when it's going to fire off, then it will run. If i don't do that, it doesn't run. Anybody used this and know a way around it? Travis Reeder Chief Software Architect ThinkVirtual ______________________________________________________________________ Macromedia ColdFusion 5 Training from the Source Step by Step ColdFusion http://www.amazon.com/exec/obidos/ASIN/0201758474/houseoffusion Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
