Hi, (Using TDK - Turbine 2.1) It appears that once a job has been defined for the non-persistent scheduler in the TurbineResources.properties file the scheduler will execute regardless of the scheduler.enabled setting. I changed the following setting scheduler.enabled=true to scheduler.enabled=false
restarted the Tomcat server. The following myJavaApp was still running on its scheduled cycle. [snippet from .properties file] # ------------------------------------------------------------------- # # S C H E D U L E R S E R V I C E # # ------------------------------------------------------------------- # # Set enabled to true to start the scheduler. # # Default = false # scheduler.enabled=false #still running as if true? scheduler.jobs=myJavaApp scheduler.job.myJavaApp.ID=1 scheduler.job.myJavaApp.SECOND=10 scheduler.job.myJavaApp.MINUTE=-1 scheduler.job.myJavaApp.HOUR=-1 scheduler.job.myJavaApp.WEEKDAY=-1 scheduler.job.myJavaApp.DAY_OF_MONTH=-1 ############################################ Could someone confirm or disprove this please? Thanks, Dwayne ***************************** Dwayne Brown IT Dept. Phoenix Color Corp. [EMAIL PROTECTED] ***************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
