Top "Jmx" questions

Java Management eXtensions is a standard Java API that enables the instrumentation and monitoring of a running Java program.

JMS and JMX tutorials?

i am preparing for an interview which requires a bit hands on JMS and JMX, but i didnt work on …

java jms jmx
Use Jolokia to monitor JMX endpoint of webapp on same Tomcat server

Jolokia is uncharted territory for me, and after having read the documentation, I'm still not sure if it'll work with …

java python tomcat jmx jolokia
What do you monitor with JMX in your production Java application?

This question is not about how JMX works or what JMX does. This question is about applications of JMX in …

java performance jakarta-ee monitoring jmx
JMX enabled Java application appears to open a random high order port when JMX client connects

JMX enabled Java application appears to open a random high order port when JMX client connects I have successfully configured …

java random port jmx firewall
Accessing JMX via HTTP alternatives

We use MX4J to access JMX related operations/attributes via a web interface in the container itself. I wanted …

java jmx
Tomcat 6, JMX and the dynamic port problem

after reading and trying a lot around, I have to ask if anyone has a solution for my problem. I …

java monitoring tomcat6 jmx tomcat
How to set the name of the net.sf.ehcache.CacheManager for JMX monitoring?

I am using EhCache 1.4.0, Spring 3.0.5 in a web application deployed on Tomcat 6 using JRE 1.6. I am exposing via JMX the …

java spring jmx ehcache mbeans
JConsole command line credentials

Is it possible to pass credentials for monitored resource to JConsole while starting it via command line. I've got the …

command-line jmx jconsole
Package accessible from more than one module: <unnamed>

When trying to register an MBean in JMX Console I'm getting the following error message: The package javax.management is …

java jakarta-ee jmx java-platform-module-system
Custom MBean in Tomcat - cannot find javaURLContextFactory when creating InitialContext

I've written a custom MBean that deploys in Tomcat 6. One of its tasks is to query a database value. I'm …

java tomcat classloader jmx classnotfound