Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

The shutdown command stops the Apache Geronimo server

. This command has the following syntax: Wiki Markup{{*<GERONIMO_HOME>/bin/

No Format

shutdown 

...

[options]

...


The available options are:

--user <user_name>
Specifies the user name with the authority to stop the server. By default you would normally use system as the user name.

...

The shutdown command can also be started by using the java -jar command: Wiki Markup{{{*}

No Format

java 

...

-Djava.endorsed.dirs=lib/endorsed 

...

-jar bin/shutdown.jar 

...

[options]

...


Info

You don't have to specify or re-enter the user name and password if you have the credential saved by the login option of the deploy command.