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
I could not get this to work at all on Tomcat 5.5.9, so I installed 5.5.17, copied across the changes I had made to 5.5.9, and it worked first time. Bizaar. David. On Monday 08 May 2006 12:02, Tim Lucia wrote: > I have the following settings in my (Windows) service configuration on the > Java t

RE: Enabling JMX and jconsole in Tomcat 5.5

2006-05-08 Thread Tim Lucia
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.authenticate=false I have similar settings in $CATALI