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
Wiki Markup
{scrollbar}

Starting with Geronimo 2.1.2, Geronimo has a secure JMX server. However, the JMX server is not started by default. To start the secure JMX server start the org.apache.geronimo.framework/jmx-security//car module using the Admin Console or the deployer tool. For example:

...

  1. Startup the server with updated config.xml file;
  2. export GERONIMO_HOME with actual value;
  3. Start JConsole with following command line:
    Code Block
     	jconsole -J-Djavax.net.ssl.keyStore=$GERONIMO_HOME/var/security/keystores/geronimo-default
     	-J-Djavax.net.ssl.keyStorePassword=secret
     	-J-Djavax.net.ssl.trustStore=$GERONIMO_HOME/var/security/keystores/geronimo-default
     	-J-Djavax.net.ssl.trustStorePassword=secret
    
  4. In the New Connection dialog, enter the JMX URL as service:jmx:rmi:///jndi/rmi://localhost:1099/JMXSecureConnector, Username as system and Password as manager. Click Connect. See Configuring SSL client authentication about instructions for Geronimo 2.1.5.