public final class Bootstrap
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.ClassLoader | catalinaLoader | 
| protected java.lang.ClassLoader | commonLoader | 
| protected java.lang.ClassLoader | sharedLoader | 
| Constructor and Description | 
|---|
| Bootstrap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Destroy the Catalina Daemon. | 
| boolean | getAwait() | 
| static java.lang.String | getCatalinaBase()Get the value of the catalina.base environment variable. | 
| static java.lang.String | getCatalinaHome()Get the value of the catalina.home environment variable. | 
| void | init()Initialize daemon. | 
| void | init(java.lang.String[] arguments)Load the Catalina daemon. | 
| static void | main(java.lang.String[] args)Main method and entry point when starting Tomcat via the provided
scripts. | 
| protected java.lang.String | replace(java.lang.String str)System property replacement in the given string. | 
| void | setAwait(boolean await)Set flag. | 
| void | setCatalinaBase(java.lang.String s) | 
| void | setCatalinaHome(java.lang.String s) | 
| void | start()Start the Catalina daemon. | 
| void | stop()Stop the Catalina Daemon. | 
| void | stopServer()Stop the standalone server. | 
| void | stopServer(java.lang.String[] arguments)Stop the standalone server. | 
protected java.lang.ClassLoader commonLoader
protected java.lang.ClassLoader catalinaLoader
protected java.lang.ClassLoader sharedLoader
protected java.lang.String replace(java.lang.String str)
str - The original stringpublic void init()
          throws java.lang.Exception
java.lang.Exceptionpublic void init(java.lang.String[] arguments)
          throws java.lang.Exception
java.lang.Exceptionpublic void start()
           throws java.lang.Exception
java.lang.Exceptionpublic void stop()
          throws java.lang.Exception
java.lang.Exceptionpublic void stopServer()
                throws java.lang.Exception
java.lang.Exceptionpublic void stopServer(java.lang.String[] arguments)
                throws java.lang.Exception
java.lang.Exceptionpublic void setAwait(boolean await)
              throws java.lang.Exception
java.lang.Exceptionpublic boolean getAwait()
                 throws java.lang.Exception
java.lang.Exceptionpublic void destroy()
public static void main(java.lang.String[] args)
args - Command line arguments to be processedpublic void setCatalinaHome(java.lang.String s)
public void setCatalinaBase(java.lang.String s)
public static java.lang.String getCatalinaHome()
public static java.lang.String getCatalinaBase()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.