mbeans
How to access a JMX Mbean from a tomcat website?
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[详细]
2023-04-07 03:52 分类:问答Mbeans registered to mbean server not showing up in jconsole
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[详细]
2023-04-04 18:42 分类:问答JMX MXBean enum handling conversion errors
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.[详细]
2023-04-03 15:04 分类:问答Calling JBoss MBean functions to get threaddump
An application is using JBoss 4.2.2, and I have found it necessary to call listThreadDump(), and I expect it is in ServerInfo.[详细]
2023-03-31 17:26 分类:问答Same JMX Mbean class for many application at same server
I have more than 5 开发者_JAVA百科spring web application and all of them are utilizing another common library. This common library has its own MBeans. Because of mandatory unique objectName constraint[详细]
2023-03-28 04:01 分类:问答JBoss JDBC MBean Prevent Startup If Server Not Found
During JBoss startup I have a Persistence Manager that depends on a JDBC connection (DefaultDS).The JDBC connection starts fine whether or not it can actually connect to the database so when the Persi[详细]
2023-03-21 12:40 分类:问答JBoss AS 7 JMX Console
I spent some time checking out JBoss AS7 today. I am impressed with what I have se开发者_StackOverflow社区en so far but I noticed that good ol\' JMX-Console no longer exist.[详细]
2023-03-20 22:41 分类:问答Accessing Websphere 7 MBeans using Sun JConsole
How do I access Web开发者_JAVA百科sphere 7 MBeans using Sun\'s JConsole?Required libraries in bootclasspath (from Websphere 7):[详细]
2023-03-16 03:34 分类:问答Is there a XSD file for MBeans
I am working on a JMX project and for the purpose of exposing the MBean\'s attributes and Operations of all the MBeans in my project, I wanted to write an API. For this I needed MBean xsd file with pr[详细]
2023-03-05 20:39 分类:问答how to modify ThreadPoolTaskExecutor at runtime through jmx
I\'m having trouble modifying my MBean properties through JConsole. I have a Threading bean which invoked with:[详细]
2023-02-26 19:14 分类:问答