|
|||||||||
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
.args
- Command line arguments to processprotected void execute() throws java.lang.Exception
public void load()
public void start()
public void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |