Jconsole LDAP is an open-source Java Swing GUI that will list the JMX endpoints registered in a specified LDAP location.
Jconsole LDAP should be run using Java Web Start using the .jnlp file.
The jconsole-ldap.jar can also be used directly by the JConsole for its ldap service provider. To use it in this way, start JConsole with jconsole-ldap.jar in its runtime classpath. This will mean that directly in JConsole you'll be able to use Service URLs of the form:
service:jmx:ldap://host:port/cn=test,cn=example.com
This URL points to a node in LDAP which is of type jmxConnector and contains a jmxServiceURL attribute.
Ultimately, a good aim may be to integrate the interface into the JConsole New Connection dialog.
Detailed instructions on how to install and use the Jconsole LDAP utility on your Mac are available HERE.
Requirements:
· Java