Results 1 to 3 of 3

Thread: JMX web client in tomcat?

  1. #1

    Default JMX web client in tomcat?

    Hi folks!

    I'm looking for a out-of-the-box JMX web client for our spring web application running in a tomcat 5.5 with Java 5.0.
    Unfortunately we can't use the jconsole for security issuees.

    Does anyone know a good and easy to use JMX web client to monitor our application?

    Thanks a lot.
    Steven

  2. #2

    Default JMX Clients

    MC4J was very popular, especially before the advent of JConsole, but it seems to have stalled as a project.

    Probably the best free solution with the most current potential is the Java.net project VisualVM. Another good choice might be jManage. You can also look at Glassbox. A blog entry lists some of these under the section Related JMX Products.

    Depending on what you don't like about JConsole, these may not be any better.
    Last edited by spring_dm; Apr 26th, 2008 at 09:40 PM. Reason: Added reference to Glassbox.

  3. #3
    Join Date
    Aug 2006
    Location
    Melbourne, Victoria, Australia
    Posts
    55

    Default

    I love jManage. It rocks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •