Startup/Shutdown shell program for Catalina. The following command line
options are recognized:
-config {pathname} - Set the pathname of the configuration file
to be processed. If a relative path is specified, it will be
interpreted as relative to the directory pathname specified by the
"catalina.base" system property. [conf/server.xml]
-help - Display usage information.
-stop - Stop the currently running instance of Catalina.
Should do the same thing as Embedded, but using a server.xml file.
author: Craig R. McClanahan author: Remy Maucherat version: $Revision: 1.28 $ $Date: 2004/03/25 22:51:46 $
Inner Class :protected class CatalinaShutdownHook extends Thread
Process the specified command line arguments, and return
true if we should continue processing; otherwise
return false.
Parameters: args - Command line arguments to process