|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.apache.catalina.startup.Catalina
|
+--org.apache.catalina.startup.CatalinaService
Startup/Shutdown shell program for Catalina. The following command line options are recognized:
| Fields inherited from class org.apache.catalina.startup.Catalina |
configFile, debug, parentClassLoader, server, starting, stopping, useNaming |
| Constructor Summary | |
CatalinaService()
|
|
| Method Summary | |
protected boolean |
arguments(java.lang.String[] args)
Process the specified command line arguments, and return true if we should continue processing; otherwise
return false. |
protected void |
execute()
Execute the processing that has been configured from the command line. |
void |
load()
Start a new server instance. |
void |
start()
Start a new server instance. |
void |
stop()
Stop an existing server instance. |
| Methods inherited from class org.apache.catalina.startup.Catalina |
configFile, createContextCommon, createStartMapper, createStartMapperContext, createStartMapperDefaultContext, createStopMapper, main, process, setCatalinaBase, setCatalinaHome, setParentClassLoader, setServer, usage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CatalinaService()
| Method Detail |
protected boolean arguments(java.lang.String[] args)
true if we should continue processing; otherwise
return false.arguments in class Catalinaargs - Command line arguments to process
protected void execute()
throws java.lang.Exception
execute in class Catalinapublic void load()
public void start()
start in class Catalinapublic void stop()
stop in class Catalina
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||