tomcat startup
I am looking for a java program that could startup and shutdown tomcat.
[78 byte] By [
ujavasun] at [2007-9-30 20:47:06]

Well, shuting down is just a matter of sending it a bit of text on a special port defined in the tomcat configuaration.Starting it up is a matter of running a Java program, which you could no-doubt do simply by loading Tomcat's main class and invoking main.