From: markt Date: Mon, 4 Oct 2010 21:24:55 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49945 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=76b4f1fa5e1871dc627cf201b7c0a76234a44cb1;p=tomcat7.0 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 --- 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) +