I\'ve made a web application using Java, Struts and running over Apache Server and Tomcat. It would be very useful to be able to restart the application from the web. I don\
Just hit the URLs
http://:@:/manager/stop?path=/
to stop and
http://:@:/manager/start?path=/
to start. That simulates you using the manager application.