I created a JMX Monitor for Glassfish (Sun Application Serv)
I logged a support request on Friday because I could not seem to get the JMX monitor going for Glassfish. Not sure where that request got to because I received no email.
I now however have it working.
You need to add the following to your domain.xml configuration in Glassfish:
Add these to the java-config element:
<jvm-options>-Dcom.sun.management.jmxremote.ssl=false</jvm-options>
<jvm-options>-Dcom.sun.management.jmxremote.authenticate=false</jvm-options>
Add this to the admin-service element.
<jmx-connector accept-all="true" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8687" protocol="rmi_jrmp" security-enabled="false"/>
Not sure exactly which change fixed it. But this config works.
In Applications Manager you do the following(example only):
Host Name / IP Address: developer249
Port: 8687
Polling Interval: 1
JNDI Name: /jmxrmi
Authentication is enabled: X
User Name: admin
Password: password
New to ADSelfService Plus?