You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fredy Provoste <fr...@gmail.com> on 2007/09/18 18:13:16 UTC

Tomcat 6 Admin Application

Hi there, i want to know if there's any admin application (like in Tomcat 5)
for Tomcat 6 available??, i've lookin in tomcat 6 source code with no luck

Thanks

RE: Tomcat 6 Admin Application

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Brantley Hobbs [mailto:sbhobbs@uga.edu] 
> Subject: Re: Tomcat 6 Admin Application
>
> Is there a "canned" application that can use JMX to provide similar 
> information as the old admin app?

Try the MBeans tab of the JConsole program that comes with Sun JDKs.
You'll need to start Tomcat with JAVA_OPTS set to
-Dcom.sun.management.jmxremote to enable JMX.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 6 Admin Application

Posted by Brantley Hobbs <sb...@uga.edu>.
JMX?

I'm intrigued by your idea and would like to subscribe to your newsletter.

Is there a "canned" application that can use JMX to provide similar 
information as the old admin app?

Thanks,
Brantley

Mark Thomas wrote:
> Fredy Provoste wrote:
>   
>> Hi there, i want to know if there's any admin application (like in Tomcat 5)
>> for Tomcat 6 available??, i've lookin in tomcat 6 source code with no luck
>>     
>
> The short version is no.
>
> The long version is that the one in 5.5 wasn't being maintained so it
> wasn't keeping up with new attributes, features etc. The intention is to
> use jmx instead. You should be able to do most things this way. Anything
> you can't, patches are always appreciated ;)
>
> Mark
>
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>   

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Tomcat 6 Admin Application

Posted by Mark Thomas <ma...@apache.org>.
Fredy Provoste wrote:
> Hi there, i want to know if there's any admin application (like in Tomcat 5)
> for Tomcat 6 available??, i've lookin in tomcat 6 source code with no luck

The short version is no.

The long version is that the one in 5.5 wasn't being maintained so it
wasn't keeping up with new attributes, features etc. The intention is to
use jmx instead. You should be able to do most things this way. Anything
you can't, patches are always appreciated ;)

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org