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 .
|
|
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 .
|
||||
|
|
|
Hi, You can schedule a batch file with: net stop YourService net start YourService Rod |
||||||
|