| java.lang.Object com.salmonllc.ideTools.Tomcat41Bootstrap
Tomcat41Bootstrap | final public class Tomcat41Bootstrap (Code) | | Boostrap loader for Catalina. This application constructs a class loader
for use in loading the Catalina internal classes (by accumulating all of the
JAR files found in the "server" directory under "catalina.home"), and
starts the regular execution of the container. The purpose of this
roundabout approach is to keep the Catalina internal classes (and any
other classes they depend on, such as an XML parser) out of the system
class path and therefore not visible to application level classes.
author: Craig R. McClanahan version: $Revision: 2 $ $Date: 10/31/02 11:37a $ |
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 |
executeCommand | public static void executeCommand(String args, Tomcat41Bootstrap tb)(Code) | | The main program for the bootstrap.
Parameters: args - Command line arguments to be processed |
notifyComplete | void notifyComplete()(Code) | | This method gets fired when a process is executed
|
|
|