Setup JMX Console to view Identity Manager info...

I noticed that a JMX mbean is available for Identity Manager. Some info is available through the debug page, but i was interested in viewing JMX info through a JMX console.

Anyone have any information on how to so this? Please keep in mind that i'm new to the JMX thing.

Thanks in advance...

- Lester

[326 byte] By [lrivera] at [2007-11-26 11:34:42]
# 1
Go use jManage - that is the best I know about.A
anokun7 at 2007-7-7 3:50:33 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

To enable JMX on Sun Identity Manager running on Tomcat 5.5 (Windows):

1) Setup the JVM/JMX options in Tomcat Service Manager -> Java -> Java Options

2) Open Jconsole and IDM appears as one of the JMX classes combined with the Tomcat JMX-enabled classes.

For step 1, to start the JMX agent using port 9003 with no user authentication, add the following java options:

-Dcom.sun.management.jmxremote.port=9003

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

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

More secure JMX configuration options are possible, so make sure you see what's possible before enabling this in production.

lrivera at 2007-7-7 3:50:33 > top of Java-index,Web & Directory Servers,Directory Servers...