Author: markt
Date: Sun Sep 12 01:38:30 2010
New Revision: 996235
URL: http://svn.apache.org/viewvc?rev=996235&view=rev
Log:
Fix typos. Remove attributes that don't exist. Add a missing attribute.
Modified:
tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=996235&r1=996234&r2=996235&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Sun Sep
12 01:38:30 2010
@@ -107,18 +107,22 @@
description="Object names of all children"
type="[Ljavax.management.ObjectName;"/>
- <attribute name="clearReferenceStatic"
+ <attribute name="clearReferencesStatic"
description="Should Tomcat attempt to null out any static or
final fields from loaded classes when a web application is stopped as a work
around for apparent garbage collection bugs and application coding errors?"
type="boolean"/>
- <attribute name="clearReferenceStopThreads"
+ <attribute name="clearReferencesStopThreads"
description="Should Tomcat attempt to terminate threads that
have been started by the web application? Advisable to be used only in a
development environment."
type="boolean"/>
- <attribute name="clearReferenceStopThreadLocals"
+ <attribute name="clearReferencesThreadLocals"
description="Should Tomcat attempt to clear any ThreadLocal
objects that are instances of classes loaded by this class loader. "
type="boolean"/>
+ <attribute name="clearReferencesStopTimerThreads"
+ 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"/>
+
<attribute name="configFilePath"
description="Location of the context.xml resource or file"
type="java.lang.String"/>
@@ -174,21 +178,12 @@
type="java.lang.String"
writeable="false" />
- <attribute name="engineName"
- description="Name of the engine domain, if different from the
context domain"
- type="java.lang.String"/>
-
<attribute name="eventProvider"
description="Event provider support for this managed object"
is="true"
type="boolean"
writeable="false" />
- <attribute name="hostName"
- description="The host name."
- type="java.lang.String"
- writeable="false" />
-
<attribute name="ignoreAnnotations"
description="Ignore annotations flag."
type="boolean" />
@@ -205,7 +200,7 @@
description="Associated loader."
type="org.apache.catalina.Loader" />
- <attribute name="logEffectiveWebxml"
+ <attribute name="logEffectiveWebXml"
description="Should the effective web.xml be logged when the
context starts?"
type="boolean" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]