| java.lang.Object com.salmonllc.ideTools.Tomcat40Bootstrap
Tomcat40Bootstrap | final public class Tomcat40Bootstrap (Code) | | Boostrap loader for Catalina. This was copied from Catalina 4.03 source and modified to run from the IDETool
|
Field Summary | |
public static int | RESTART | public static int | START | public static int | STOP |
RESTART | public static int RESTART(Code) | | |
START | public static int START(Code) | | |
STOP | public static int STOP(Code) | | |
execute | public static void execute(int process, String browserPath, String webPage)(Code) | | Start, stop or restart the local tomcat server. Optionally launch the browser as well.
Parameters: process - constants START, STOP or RESTART Parameters: browserPath - - The full path to the browser executable Parameters: webPage - - The URL of the web page to run |
notifyComplete | void notifyComplete()(Code) | | This method gets fired when a process is executed
|
|
|