RE: Activating jmx under linux

2008-04-18 Thread Caldarale, Charles R
> From: JLucas ZB [mailto:[EMAIL PROTECTED] > Subject: RE: Activating jmx under linux > > /home/jlzb/apps/j2sdk1.4.2_08/bin/java Should have seen this before - you need a 1.5 or new JRE/JDK to do this. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

RE: Activating jmx under linux

2008-04-18 Thread JLucas ZB
8/04/08 15:26 > De : "Caldarale, Charles R" > A : "Tomcat Users List" > Copie à : > Objet : RE: Activating jmx under linux > > > From: JLucas ZB [mailto:[EMAIL PROTECTED] > > Subject: Activating jmx under linux > > > > root   380

RE: Activating jmx under linux

2008-04-18 Thread Caldarale, Charles R
> From: JLucas ZB [mailto:[EMAIL PROTECTED] > Subject: Activating jmx under linux > > root   380 1  3 11:31 pts/5    00:00:04 > /home/jlzb/apps/j2sdk1.4.2_08/bin/java > -Dcom.sun.management.jmxremote-Dcom.sun.management. > jmxremote.port= -Dcom.sun.management.jmxremote.ssl=false >

Re: Activating jmx under linux

2008-04-18 Thread JLucas ZB
Hello, the hostname is both defined at name server and /etc/hosts et it still don't work On windows platform with the same jmx jvm options, it's OK > Message du 18/04/08 12:49 > De : "Upul Godage" > A : "Tomcat Users List" , "JLucas ZB" >

Re: Activating jmx under linux

2008-04-18 Thread Upul Godage
Check whether /etc/hosts has the host name resolved to machine ip address. Something like this. I remember we had a JMX issue and this resolved it. 10.100.1.123 myhost Upul On Fri, Apr 18, 2008 at 3:26 PM, JLucas ZB <[EMAIL PROTECTED]> wrote: > Hello, > > I still have probs in configuring jm