Re: Pause/Stop/Restart Scheduler in CFMX

2004-01-30 Thread Rob Rohan
Doing jbrowse on the CFMX api, it seems that the scheduling service has a restart function (as well as a stop and start) but if you try to stop the service you get an error from the destroy function cfscript caster = createObject(java,coldfusion.scheduling.Scheduler); //uncomment to try if you

Pause/Stop/Restart Scheduler in CFMX

2004-01-30 Thread Stefan Salzbrunn
Does anyone know how to Pause/Stop/Restart the Scheduler in CFMX on Windows without having to Pause/Stop/Restart the CFMX Application service? Thanks, Stefan Dr. Stefan Salzbrunn Geschftsfhrer InterLake - The Web Enabler

Re: Pause/Stop/Restart Scheduler in CFMX

2004-01-30 Thread Rob Rohan
On Fri, 2004-01-30 at 07:32, Stefan Salzbrunn wrote: Does anyone know how to Pause/Stop/Restart the Scheduler in CFMX on Windows without having to Pause/Stop/Restart the CFMX Application service? From a command prompt type: net stop Windows Internet Name Service where whatever is in quotes

Re: Pause/Stop/Restart Scheduler in CFMX

2004-01-30 Thread Rob Rohan
Yikes I miss read your question - sorry I just woke up :( On Fri, 2004-01-30 at 09:09, Rob Rohan wrote: On Fri, 2004-01-30 at 07:32, Stefan Salzbrunn wrote: Does anyone know how to Pause/Stop/Restart the Scheduler in CFMX on Windows without having to Pause/Stop/Restart the CFMX Application