Versions Compared

Key

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

...

Handy Hint
Tip
titleDefault JMX Service URL

service:jmx:rmi:///jndi/rmi://localhost:1099/defaultJBIJMX

Tip
title

Using JConsole and Java 5

To enable JMX remoting with Java 5:

Code Block

export JAVA_OPTS="-Dcom.sun.management.jmxremote.port=5001

 -Dcom.sun.management.jmxremote.authenticate=false

 -Dcom.sun.management.jmxremote.ssl=false"

Using MC4J

When you want to get at the ServiceMix MBeans using MC4J use JSR160 as your server connection type and the above default JMX Service URL as your server URL.

...