Method Summary |
|
public void | destroy() Destroy the Catalina Daemon. |
public boolean | getAwait() |
public static String | getCatalinaBase() Get the value of the catalina.base environment variable. |
public static String | getCatalinaHome() Get the value of the catalina.home environment variable. |
public void | init() Initialize daemon. |
public void | init(String[] arguments) Load the Catalina daemon. |
public static void | main(String args) Main method, used for testing only. |
public void | setAwait(boolean await) Set flag. |
public void | setCatalinaBase(String s) |
public void | setCatalinaHome(String s) |
public void | start() Start the Catalina daemon. |
public void | stop() Stop the Catalina Daemon. |
public void | stopServer() Stop the standlone server. |
public void | stopServer(String[] arguments) Stop the standlone server. |