We need to restart the tomcat service each week automatically using the Windows 
2000 Scheduling Process.  I've tried running startup.bat, startup.sh with no 
luck.  The 'Service' process is 'jk_nt_service.exe Tomcat', of which I've tried 
in the 'run' process of the Scheduler.  None of these commands seems to 
'restart' the 'tomcat service'.

Try this .bat file:
sc stop Tomcat5
sc start Tomcat5

Change Tomcat5 to service name you are using

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to