Re: JConsole and tomcat.

2008-05-05 Thread Henri Gomez
+1 also here, I'm using JConsole extensivly 2008/5/5 Yoav Shapira <[EMAIL PROTECTED]>: > On Sun, May 4, 2008 at 11:49 PM, Costin Manolache <[EMAIL PROTECTED]> wrote: > > If you don't add the option - you'll see that tomcat uses a separate mbean > > server. I want to have it consistent - > >

Re: JConsole and tomcat.

2008-05-04 Thread Yoav Shapira
On Sun, May 4, 2008 at 11:49 PM, Costin Manolache <[EMAIL PROTECTED]> wrote: > If you don't add the option - you'll see that tomcat uses a separate mbean > server. I want to have it consistent - > with or without -Dcom.sun... to use the platform mbean server. +1 from me. Maybe add a flag to di

Re: JConsole and tomcat.

2008-05-04 Thread Costin Manolache
I think that's doing the same thing - loading the platform mbean server early on. If you don't add the option - you'll see that tomcat uses a separate mbean server. I want to have it consistent - with or without -Dcom.sun... to use the platform mbean server. Costin On Sun, May 4, 2008 at 8:40 P

Re: JConsole and tomcat.

2008-05-04 Thread Jess Holle
I guess I'm doing something "funny" then because I see a *lot* of Tomcat MBeans in jconsole. I added -Dcom.sun.management.jmxremote, of course -- to cover Java 5 and left it in place for Java 6, but otherwise I don't think I did anything funny until within my web app. Costin Manolache wrote: