0
votes
1answer
22 views
Viewing Tomcat 6.0’s MBeans in Jconsole
Hi,
I'm trying to write a small agent to control tomcat, and right now it looks like JMX is the best option for me. Using the manager http service I can see that there are all sor …
0
votes
2answers
37 views
JBoss MBeans: How to have an array attribute?
Is it possible to define a MBean with an array attribute. I currently have an MBean defined as:
<mbean code="corp.app.jmx.DNSServer" name="corp.app:service=DNSServer">
< …
0
votes
3answers
96 views
Can not access the Instance Data of a Singleton class from MBean
I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
I have an application (let's call i …
2
votes
5answers
774 views
Java app performance counters viewed in Perfmon
Hello,
I have a Java app running on Tomcat, and I would like to monitor counters using Windows Performance Monitor. Is this possible using a JMX adapter for the Java MBeans or by …
1
vote
2answers
179 views
Forcing Spring’s MBeanExporter to use a particular MBeanServer
I have a web application running on JBoss 4.2.2. In order to monitor performance I have enabled the internal platform JMX server that ships with Java 5. In other words, I added:
- …
1
vote
3answers
267 views
Accessing a remote MBean server
I am running a client/server application using JBoss.
How can I connect to the server JVM's MBeanServer? I want to use the MemoryMX MBean to track the memory consumption.
I can c …
3
votes
1answer
167 views
Problem with JMX query of Coherence node MBeans visible in JConsole
I'm using JMX to build a custom tool for monitoring remote Coherence clusters at work. I'm able to connect just fine and query MBeans directly, and I've acquired nearly all the inf …
1
vote
2answers
281 views
Can an MBean be run under Tomcat?
We have 2 applications that run under JBoss. I am looking for a way to reduce the overhead of the server. The main app runs under Tomcat. The other app is made up of MBeans. Is the …
2
votes
1answer
463 views
Automatically starting a JBoss service (MBean)
I'm trying to build a JBoss service that should be started automatically, each time the server is initiated.
I've got the following class structure for my service:
public interfa …
0
votes
1answer
269 views
JSF: Backing Beans with nested objects?
JSF 1.1, using a backing bean with a nested objects inside I can read all properties of the nested object.
For example assuming a backing bean named "foo" with a nested object "ba …
2
votes
1answer
115 views
Are there (experimental) JSR-262 JMX-WS enabled Java tools or applications?
I am very interested in the Web Services Connector for Java Management Extensions (JMX) Agents and the reference implementation ws-jmx-connector. JSR 262 will provide a new opportu …
0
votes
1answer
101 views
Accessing a remote GarbageCollectorMXBean
I can access other MXBean types, such as the RuntimeMXBean, but not the GarabageCollectorMXBean:
JMXConnector connector = JMXConnectorFactory.connect(new JMXServiceURL("service:jm …
1
vote
6answers
2k views
How can I make “jconsole” work with Websphere 6.1?
I've deployed some Managed Beans on WebSphere 6.1 and I've managed to invoke them through a standalone client, but when I try to use the application "jconsole" distributed with the …
2
votes
1answer
85 views
Is ist possible to get a MemoryMXBean instance with a remote JVM?
I found this nice article which explains how to query your current memory for your VM http://recursor.blogspot.com/2006/10/memory-notifications-in-java.html
My question is, is it …
0
votes
3answers
302 views
JMXQuery connection - authentication failed
Hey all. Newbie question time. I'm trying to setup JMXQuery to connect to my MBean, so far this is what I got.
java -classpath jmxquery org.nagios.JMXQuery -U service:jmx:rmi:///j …
