jmx « Tomcat « JSP-Servlet Q&A





1. JMX and Tomcat: create and use MBeans in a servlet    stackoverflow.com

does anybody have some ideas on how to achieve that? Or even a good documentation on how to do that? Basicly everything is done in a test standalone version (by a ...

2. Monitoring a J2EE application running in Tomcat with JMX    stackoverflow.com

All, If i want to enable JMX on Tomcat for monitoring from the same machine, (i.e. not remotely) are these properties still required?

com.sun.management.jmxremote.authenticate=false
com.sun.management.jmxremote.port=12345
Isnt it the case that the authenticate and port ...

3. How come so difficult finding examples/info on Tomcat and JMX?    coderanch.com

Is it not common to use JMX and MBean to help manage aspects of a war(s) deployed to Tomcat? I have a case where I want to be able to change the logging level of a webapp and clear a cache at runtime. I figured JMX/MBeans would be perfect for this - yet finding information how to set this all up ...