Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

INLINE

The shutdown command script stops the Apache Geronimo server

...

unmigrated-wiki-markup{{*<geronimo_home>/bin/

...

*}}The available options are:unmigrated-wiki-markup

*\--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.

Wiki Markup
*\--password \[*{*}{_}password{_}{*}*\]*
Specifies the password for the user name you just entered. By default you would normally use *manager* as the password.

Wiki Markup
*\--port \[*{*}{_}port_number{_}{*}*\]*
Specifies the RMI naming port to connect to the server (for example JMX connection port). By default port *1099* is used.

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

--password <password>
Specifies the password for the user name you just entered. By default you would normally use manager as the password.

--port <port_number>
Specifies the RMI naming port to connect to the server (for example JMX connection port). By default port 1099 is used.

--host <host_name>
Specifies the host name of the server you are trying to stop. By default localhost is used. This parameter is only available in Geronimo 2.1.3 and greater. Wiki Markup*\--host \[*{*}{_}host_name{_}{*}*\]* Specifies the host name of the server you are trying to stop. By default *localhost* is used. _This parameter is only available in Geronimo 2.1.3 and greater._

--secure
Use secure channel to communicate with JMX server, see #Security for details. This parameter is only available in Geronimo 2.1.3 and greater.

...

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.