I have a Jboss service on a Windows 2003 server. Is there a way to schedule a service restart automatically on a daily basis?
Place the following commands in a batch or cmd file and use the window scheduler to run it according to your desired schedule.
net stop <service_name> net start <service_name>