Tags: jmx
ActiveMQ JMX monitoring under Tomcat
January 20th, 2009JMX can incur an overhead to an application so many libraries have an option to switch it on explicitly.
In order to get a JMX view into ActiveMQ (JMS implementation) you must switch on JMX on the container and on the ActiveMQ library.
To active JM… more »
Allow remote JMX management for Tomcat
January 19th, 2009In order to switch on JMX to monitor a Tomcat instance you must firstly switch it on and then tell it what port to listen on. There is also optional support for user names and passwords. JMX helps with remote management and as a consequence will generall… more »
Switch on Tomcat JMX under Eclipse
January 18th, 2009In order to get JMX information out of a running instance of Tomcat under Eclipse, you must add the Sun's JMX Remote Management debug option to the start-up command of Tomcat.
Goto the Servers pane at the bottom of the screen. (Or Window->Show Vie… more »
JMX examples don't work under windows
November 25th, 2008As you know I have been doing a lot of work with Java application containers and the like. I have recently been looking at Java Management Extensions.
What is JMX?
JMX is a technology that lets you implement management interfaces for Java applicati… more »