Versions Compared

Key

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

...

  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
    
    or
    Code Block
    title2.2.1 or later
    
    export JAVA_OPTS="-Dorg.apache.geronimo.keyStoreTrustStorePasswordFile=$_myDir_/KeystoreTrustSotrePasswordFile.key"
    jconsole
    
  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.

...