Excerpt |
---|
The geronimo script lets you perform two actions, that is start and stop the server in different modes depending on the parameters you specify |
. This command has the following syntax:
No Format |
---|
geronimo command [options]
|
The available command are:
debug
indent |
---|
|
This option will start the server in *JDB* debugger. |
jpda run
indent |
---|
|
This option will start the server in foreground under JPDA debugger. |
jpda start
indent |
---|
|
This option will start the server in background under JPDA debugger. |
run
indent |
---|
|
This option will start the server in the current window. |
start
indent |
---|
|
This option will start the server in a separate window just like the startup command. |
stop
indent |
---|
|
This option will stop the server. |
The available options for debug, jpda run, jpda start, run and start commands are:
indent |
---|
|
|| shortname || fullname ||Description||
|-q | --quiet | No startup progress
|-l |--long |Long startup progress
| -c | --clean | Clean OSGi bundle cache
| -v |--verbose | INFO log level
| -vv | --veryverbose | DEBUG log level
| -vvv | --veryveryverbose | Trace log level
| -o | --override | Override configurations. USE WITH CAUTION!
| -h | --help | Detailed help.
| -s | --secure | Enable Geronimo for 2 way secure JMX communication.
|