Top "Jmx" questions

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

Disabling JMX in a spring application

I'm trying to disable jmx so that i don't get org.springframework.beans.factory.BeanCreationException: Error creating bean with name …

java spring jmx
How can I connect to Weblogic remotely using JConsole?

Which URL, port and weblogic server side settings do I need to use?

weblogic jmx jconsole
monitor JDBC connections

I am trying to monitor JDBC connections in tomcat using JMX. But it is giving information only regarding the Datasource …

tomcat jdbc jmx
Apache ActiveMQ browser can't connect to JMX console

I am using Apache ActiveMQ version 5.8.0 and I downloaded Apache ActiveMQ Browser version 2.5.2.8 Within Apache ActiveMQ I edited the activemq.…

activemq jmx
Connection details & timeouts in a java web service client

I have to implement a webservice client to a given WSDL file. I used the SDK's 'wsimport' tool to create …

java timeout jax-ws jmx java-web-start
Difference between JMX and RMI

What is the purpose of JMX and what is it used for? I have been scanning through some of the …

jakarta-ee jmx java
How to have JMX bind to a specific interface?

I am currently starting my Java VM with the com.sun.management.jmxremote.* properties so that I can connect to …

java rmi jmx jconsole
Web based JMX console for Tomcat?

Are there any web based JMX consoles available for Tomcat that basically provide the same functionality as Tomcat's JMX Proxy …

tomcat jmx
How to connect to Java instances running on EC2 using JMX

We are having problem connecting to our Java applications running in Amazon's EC2 cluster. We definitely have allowed both the "…

java amazon-ec2 jmx jconsole
Java jconsole jmx connection failure

I'm trying to connect jconsole to a jvm invoked by: java \ -Djava.util.logging.config.file=./logging.properties \ -Dcom.sun.…

jmx jconsole