|
|
||
Kedar Mhaswade's BlogAugust 2007 ArchivesGlassFish Passwords ...Posted by km on August 23, 2007 at 09:08 AM | Permalink | Comments (0)Ryan de Laplante asked me to blog about this intricate issue of passwords for GlassFish administration. I had already written several articles about it and here is an attempt to collate several such articles:
How to Use JMX to Monitor JVM under GlassFish V1, V2 ...Posted by km on August 23, 2007 at 08:53 AM | Permalink | Comments (1)In GlassFish V1 and V2, a JMX Connector Server is always available out of the box. This is how it looks like: <jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp" security-enabled="false"> <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true"/>
What this means is:
</jmx-connector>
| ||
|
|