public final class Bootstrap extends Object
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
public void init(String[] arguments) throws Exception
Exceptionpublic void destroy()
public void setCatalinaHome(String s)
public void setCatalinaBase(String s)
public static String getCatalinaHome()
public static String getCatalinaBase()
Copyright © 2019. All rights reserved.