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: 523327 $ $Date: 2007-03-28 15:52:08 +0200 (mer., 28 mars 2007) $
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