Re: Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread Gustavo Noronha
2006/5/8, David Goodenough <[EMAIL PROTECTED]>: On Monday 08 May 2006 14:51, Gustavo Noronha wrote: > 2006/5/8, Tim Lucia <[EMAIL PROTECTED]>: > > I have the following settings in my (Windows) service configuration on > > the Java tab (ONE PER LINE!) > > > > -Dcom.sun.management.jmxremote > > -D

Re: Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread David Goodenough
On Monday 08 May 2006 14:51, Gustavo Noronha wrote: > 2006/5/8, Tim Lucia <[EMAIL PROTECTED]>: > > I have the following settings in my (Windows) service configuration on > > the Java tab (ONE PER LINE!) > > > > -Dcom.sun.management.jmxremote > > -Dcom.sun.management.jmxremote.port=8086 > > -Dcom.su

Re: Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread Gustavo Noronha
2006/5/8, Tim Lucia <[EMAIL PROTECTED]>: I have the following settings in my (Windows) service configuration on the Java tab (ONE PER LINE!) -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8086 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authentica

Re: Enabling JMX and jconsole in Tomcat 5.5 - SOLVED

2006-05-08 Thread David Goodenough
n JConsole, and on the remote tab, enter the host and port (8086) > and away I go. > > HTH, > Tim > > > -Original Message- > From: David Goodenough [mailto:[EMAIL PROTECTED] > Sent: Monday, May 08, 2006 6:54 AM > To: tomcat-user@jakarta.apache.org > Subje

RE: Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread Tim Lucia
jconsole in Tomcat 5.5 I am trying to get jconsole to talk to Tomcat 5.5, and failing dismally. My first attempt was to enable the local access to JMX, using just -Dcom.sun.management.jmxremote but when I then start jconsole there are NO local services shown. So then I tried remote access, by

Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread David Goodenough
I am trying to get jconsole to talk to Tomcat 5.5, and failing dismally. My first attempt was to enable the local access to JMX, using just -Dcom.sun.management.jmxremote but when I then start jconsole there are NO local services shown. So then I tried remote access, by setting -Dc.s.m.j.port=900