Method Summary |
|
protected boolean | arguments(String args) Process the specified command line arguments, and return
true if we should continue processing; otherwise
return false . |
protected File | configFile() Return a File object representing our configuration file. |
protected Digester | createStartDigester() Create and configure the Digester we will be using for startup. |
protected Digester | createStopDigester() Create and configure the Digester we will be using for shutdown. |
protected void | execute() Execute the processing that has been configured from the command line. |
public static void | main(String args) The application main program. |
public void | process(String args) The instance main program. |
protected void | setCatalinaBase() Set the catalina.base System property to the current
working directory if it has not been set. |
protected void | setCatalinaHome() Set the catalina.home System property to the current
working directory if it has not been set. |
public void | setParentClassLoader(ClassLoader parentClassLoader) Set the shared extensions class loader. |
public void | setServer(Server server) Set the server instance we are configuring. |
protected void | start() Start a new server instance. |
protected void | stop() Stop an existing server instance. |
protected void | usage() Print usage information for this application. |