up vote 0 down vote favorite
share [g+] share [fb]

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 .

link|improve this question

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 '09 at 8:57
no, i want auto restart everyday. coz web application memory leak – cometta Jul 8 '09 at 9:01
feedback

1 Answer

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

Rod

link|improve this answer
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 '09 at 9:01
visit this for a tutorial on using Windows Sheduler. iopus.com/guides/winscheduler.htm – Ganesh R. Jul 8 '09 at 9:07
Also fix the memory leak as soon as possible :) – Ganesh R. Jul 8 '09 at 9:09
I did exactly that but sometimes stopping the service just doesn't work. Any advice to work around that? – javydreamercsw Jan 19 at 13:58
feedback

Your Answer

 
or
required, but never shown

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