vote up 0 vote down star

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 .

flag

58% accept rate
Why do you need to auto restart? If you need it to auto start then set the start-up option of tomcat6 service to Auto in windows services (services.msc). – Ganesh R. Jul 8 at 8:57
no, i want auto restart everyday. coz web application memory leak – cometta Jul 8 at 9:01

1 Answer

vote up 2 vote down

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

Rod

link|flag
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 Jul 8 at 9:01
visit this for a tutorial on using Windows Sheduler. iopus.com/guides/winscheduler.htm – Ganesh R. Jul 8 at 9:07
Also fix the memory leak as soon as possible :) – Ganesh R. Jul 8 at 9:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.