Versions Compared

Key

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

...

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.

Wiki Markup
*\--host \[*{*}{_}host_name{_}{*}*\]*
Specifies the host name of the server you would normally use port *1099* 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.

If you do not specify any parameters, this command will prompt you for a user name and password and will assume connect to port 1099 by default and will not prompt for any porton localhost.

The shutdown command can also be started by using the java -jar command:

...

  • --secure
    Use secure channel to communicate with JMX server (, see #Security for details. This parameter is only available in Geronimo 2.1.2 or greater, see #Security for details.
  • --syserr <select>
    Where <select> can be either true or false. If this flag is unspecified. false is assumed. Specify true when you want errors to be logged to the syserr device.

...