JMX Console ----------- This application is for advanced web java developers and tomcat administrators. It allows to access JVM MBeans: to list them, query and change their state. This version does not allow connections to remote JVMs. My goal is to achieve similiar functionality as jconsole has, but with web interface. To run application (jmx-console.war) you will need servlet container and Java 1.5 - it was developed and tested with Tomcat 5.5.20 with Sun JDK 1.5. There are some screenshots attached. If you are familiar with JMX and Tomcat internals you should feel like at home ;-) Source code is available also: http://jsp.rydzewski.org/cvs/cvsweb.cgi/jmx-console/ This is alpha version. I will appreciate your opinions. http://tomcat.apache.org/tomcat-5.5-doc/monitoring.html http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html Mikolaj Rydzewski