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 void | createContextCommon(String prefix, XmlMapper mapper) Create the mapper rules for a Context which are common to both
a Context and a DefaultContext, based on the specified prefix. |
protected XmlMapper | createStartMapper() Create and configure the XmlMapper we will be using for startup. |
protected void | createStartMapperContext(String prefix, XmlMapper mapper) Create the mapper rules for a Context, based on the specified prefix. |
protected void | createStartMapperDefaultContext(String prefix, XmlMapper mapper) Create the mapper rules for a DefaultContext, based on the
specified prefix. |
protected XmlMapper | createStopMapper() Create and configure the XmlMapper we will be using for shutdown. |
protected void | execute() Execute the processing that has been configured from the command line. |
public void | finalize() |
public void | process(String args) The instance main program. |
public void | process(String args, Tomcat40Bootstrap bootstrap) |
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. |