Thank you for your reply.
But it connect to Glassfish JMX and can not show what we have inside jvm,
for example cache system is running inside the jvm so i should connect to
jvm jmx to see the cache Mbeans.
thanks
On 8/22/07, Alexis Moussine-Pouchkine <alexis.mp_at_sun.com> wrote:
>
> 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
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>