org.apache.catalina.startup
public final class Bootstrap extends Object
Version: $Revision: 832231 $ $Date: 2009-11-03 01:45:56 +0100 (Tue, 03 Nov 2009) $
| Field Summary | |
|---|---|
| protected ClassLoader | catalinaLoader |
| protected ClassLoader | commonLoader |
| protected static String | CATALINA_BASE_TOKEN |
| protected static String | CATALINA_HOME_TOKEN |
| protected ClassLoader | sharedLoader |
| Method Summary | |
|---|---|
| void | destroy()
Destroy the Catalina Daemon. |
| boolean | getAwait() |
| static String | getCatalinaBase()
Get the value of the catalina.base environment variable. |
| static String | getCatalinaHome()
Get the value of the catalina.home environment variable. |
| void | init()
Initialize daemon. |
| void | init(String[] arguments)
Load the Catalina daemon. |
| static void | main(String[] args)
Main method, used for testing only.
|
| void | setAwait(boolean await)
Set flag. |
| void | setCatalinaBase(String s) |
| void | setCatalinaHome(String s) |
| void | start()
Start the Catalina daemon. |
| void | stop()
Stop the Catalina Daemon. |
| void | stopServer()
Stop the standlone server. |
| void | stopServer(String[] arguments)
Stop the standlone server. |
Parameters: args Command line arguments to be processed