users@glassfish.java.net

Re: Enable glassfish JVM for JMX monitoring, how i can do it?

From: Alexis Moussine-Pouchkine <alexis.mp_at_sun.com>
Date: Wed, 22 Aug 2007 11:41:48 +0200

No special hooks, simply use the jmx url given at startup time
(default is service:jmx:rmi:///jndi/rmi://localhost:8686/jmxrmi)
and connect using say jconsole with admin user/passwd.
Note that GFv1 is not supported on JDK 6. GlassFish v2 is.

thanks,
-Alexis

Legolas Woodland wrote:
>
> Hi
> Thank you for reading my post
> Is it possible to enable glassfish JVM tfor JMX monitoring?
> I tried to add
>
> -Dcom.sun.management.jmxremote
> -Dcom.sun.management.jmxremote.port=8004
> -Dcom.sun.management.jmxremote.authenticate=false
> -Dcom.sun.management.jmxremote.ssl=false
>
>
> to application server console and it cause the application server not to
> start,
> is there any tips or tricks here?
>
> I use glassfish 1, jvm 6.
>
> Thanks
>