1. JMX and Tomcat: create and use MBeans in a servlet stackoverflow.comdoes 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.comAll, If i want to enable JMX on Tomcat for monitoring from the same machine, (i.e. not remotely) are these properties still required?
Isnt it the case that the authenticate and port ... |
3. How come so difficult finding examples/info on Tomcat and JMX? coderanch.comIs 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 ... |