From 76b4f1fa5e1871dc627cf201b7c0a76234a44cb1 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 4 Oct 2010 21:24:55 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49945 More JMX improvements. Patch provided by Chamith Buddhika. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1004437 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/catalina/core/mbeans-descriptors.xml | 48 +++------------------- .../apache/catalina/startup/mbeans-descriptors.xml | 11 ++--- webapps/docs/changelog.xml | 5 +++ 3 files changed, 14 insertions(+), 50 deletions(-) diff --git a/java/org/apache/catalina/core/mbeans-descriptors.xml b/java/org/apache/catalina/core/mbeans-descriptors.xml index beb2ff323..fb6879545 100644 --- a/java/org/apache/catalina/core/mbeans-descriptors.xml +++ b/java/org/apache/catalina/core/mbeans-descriptors.xml @@ -123,9 +123,9 @@ description="Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment." type="boolean"/> - + type="java.net.URL"/> - - - - - - - - - - - - - - - - - - - - - - + + 49945: Continue improvements to JMX. Fix a handful of + attributes that were showing as Unavailable in JConsole. Patch provided + by Chamith Buddhika. (markt) + -- 2.11.0