Home > Programming, System Administration > Remote Application Restart

Remote Application Restart

July 10th, 2009

We have an unstable application without monitoring that must be locally restarted every time it freezes.
We need a script that will remotely restart the application (stop it, verify it was correctly stopped and then started).
The script will be triggered from a simple web interface, with a login page and then a restart button.


Remote Application Restart

Comments are closed.
Bear