views:

606

answers:

1

Is there any utility / maybe use window scheduler to auto restart "tomcat6 service" everyday? any guideliness on this?

My tomcat service is installed using javaservice.exe .

+2  A: 

Hi, You can schedule a batch file with: net stop YourService net start YourService

Rod

Rod
in this case i would need a way to put the batch file into window schduler and make it auto execute. can elaborate more?
cometta
visit this for a tutorial on using Windows Sheduler.http://www.iopus.com/guides/winscheduler.htm
Ganesh R.
Also fix the memory leak as soon as possible :)
Ganesh R.