I have a web service that exposes an mbean. I am able to 开发者_如何转开发view that mbean using jconsole. Now I need that function exposed on a new tomcat website. Take a look at http://www.jolokia.or
I\'m trying to use jconsole to connect to jetty. I can see that the relevant port is open w开发者_C百科ith nmap, but when I try to connect to it using jconsole, the connection times out. (When I run j
From a webapp deployed in a Glassfish app server, I have to find some metrics to allow monitoring. Inside the webapp, is there others tools/libraries which allow me to gather such metrics ?
I am developing a monitoring management java application using jmx api.I have seen examples in internet and be able to make remote calls from client application to server.My question ath this point is
I want to be able to monitor a process\'s existence continuously and restart it if it had crashed or killed for any reason using JMX. Stopping and starting a process is not a probelm as the agent exec
I am trying to set the port number at which the JMX server starts dynamically through the program. Usually it is done using -Dcom.sun.management.j开发者_开发知识库mxremote.port=1234 (static port), whi
I\'ve been looking around and haven\'t found any examples of using spring annotations to generate开发者_Go百科 JMX notifications. I have found examples using @ManagedAttribute and @ManagedOperation.
My application has a specific set of keys for which I monitor values(min, max, etc..). It looks very similar to the following:
I create a mbean server usingMBeanServerFactory.createMBeanServer and register mbeans with it. I can find the mbean server in jconsole but when I connect to it I do not see registered mbeans. Here is
When using an enum as the value component of a Map in an MXBean it appears I am having difficulty with conversion of the enum.