Versions Compared

Key

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

...

Starting with Geronimo 2.1.2, the deployer tool can use a secure channel (SSL/TLS) to communicate with the JMX server to perform the given actions. To enable secure communication just add the --secure option. Depending on your configuration you might also need to specify some Java security properties to configure the JVM to use the right keystores and passwords. For example, on a default Geronimo installation you might need to set the following (all in one line):

...

Code Block
<geronimo_home>/bin/deploy -u system -p manager --secure list-modules
Note

The secure JMX server might not be running by default. Please see Configure secure JMX server for more information.

Back to top

Commands

The available commands for the Geronimo deployer tool are listed below:

...