Jconsole « Development « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Development » Jconsole 

1. Using Jconsole for Memory Leak    stackoverflow.com

I'm trying to diagnose some memory issues in our J2EE server. I've setup jconsole on our live server and I'm trying to monitor the status of the tomcat server through it. ...

2. JConsole's Notifications Tab disabled when using mx4j    forum.springsource.org

Our native Java application is using mx4j's MBeanServer implementation (Version 3.0.1) when run with JRE 1.4.2. Unfortunately JConsole's notifications tab for the registered MBeans is disabled and no subscriptions can be ...

3. Jconsole interface button method problems with multiple clicks    forum.springsource.org

Hi, I have exposed a method using jmx managed bean operations. It works fine when i click the button from jconsole. Is there any way that i can stop multiple clicks, ...

4. Fail to connect jconsole to my JMX connector when running server under java1.3    forum.springsource.org

Fail to connect jconsole to my JMX connector when running server under java1.3 Hello, My webapp runs under websphere 5.0 (java 1.3). I've setup a JMX rmi connector that works well ...

5. JMX, Interfaces, JConsole plugins and MBeanTrustPermission oddities    forum.springsource.org

JMX, Interfaces, JConsole plugins and MBeanTrustPermission oddities Here goes. My code started out pretty simple. Code: @ManagedResource(objectName = "tf:name=testDirector", persistPolicy = "OnUpdate") public class TestDirector extends NotificationBroadcasterSupport { ... It has ...

6. JConsole doesn't see Spring JMX server?    forum.springsource.org

JConsole doesn't see Spring JMX server? I wanted to add JMX to our plain (Spring) application. As a simple test case I basically created the examples test class, added it to ...

7. JConsole doesn't display setter operation    forum.springsource.org

I'm using annotations and Spring's auto discovery mode to build the MBeans during start up. The class that has the setter as well as several attributes has the following class annotation: ...

8. JConsole not showing up notifications. Please suggest.    forum.springsource.org

JConsole not showing up notifications. Please suggest. We have written the following code: and in jconsole We have clicked on Subscribe in the Notifications tab on the left, but we don't ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.