Author: violetagg Date: Wed Aug 10 07:06:37 2016 New Revision: 1755675 URL: http://svn.apache.org/viewvc?rev=1755675&view=rev Log: Fixed typos in mbeans-descriptors.xml files.
Modified: tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml Modified: tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/authenticator/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -235,7 +235,7 @@ type="boolean"/> <attribute name="cookieDomain" - description="(Optiona) Domain to be used by sso cookies" + description="(Optional) Domain to be used by sso cookies" type="java.lang.String" /> <attribute name="stateName" Modified: tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -148,11 +148,11 @@ writeable="false"/> <attribute name="proxyName" - description="Ther Server name to which we should pretend requests to this Connector" + description="The Server name to which we should pretend requests to this Connector" type="java.lang.String"/> <attribute name="proxyPort" - description="Ther Server port to which we should pretend requests to this Connector" + description="The Server port to which we should pretend requests to this Connector" type="int"/> <attribute name="redirectPort" 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=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -34,7 +34,7 @@ writeable="false"/> <attribute name="filterInitParameterMap" - description="Return the initiaization parameters associated with this filter" + description="Return the initialization parameters associated with this filter" type="java.util.Map" writeable="false" /> @@ -739,7 +739,7 @@ </operation> <operation name="reload" - description="Reload the webapplication" + description="Reload the web application" impact="ACTION" returnType="void"> </operation> @@ -1743,7 +1743,7 @@ impact="ACTION" returnType="void"> <parameter name="name" - description="Security role used within this servlet to be removeds" + description="Security role used within this servlet to be removed" type="java.lang.String"/> </operation> Modified: tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/authenticator/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -38,7 +38,7 @@ type="boolean"/> <attribute name="cookieDomain" - description="(Optiona) Domain to be used by sso cookies" + description="(Optional) Domain to be used by sso cookies" type="java.lang.String"/> <attribute name="mapSendOptions" Modified: tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/session/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -272,7 +272,7 @@ writeable="false"/> <attribute name="rejectedSessions" - description="Number of sessions we rejected due to maxActive beeing reached" + description="Number of sessions we rejected due to maxActive being reached" type="int" writeable="false"/> <attribute @@ -352,7 +352,7 @@ returnType="void"/> <operation name="getCreationTime" - description="Return the creatio time for this session" + description="Return the creation time for this session" impact="ACTION" returnType="java.lang.String"> <parameter @@ -496,7 +496,7 @@ writeable="false"/> <attribute name="rejectedSessions" - description="Number of sessions we rejected due to maxActive beeing reached" + description="Number of sessions we rejected due to maxActive being reached" type="int"/> <attribute name="rpcTimeout" @@ -526,7 +526,7 @@ type="boolean"/> <attribute name="sessionAttributeNameFilter" - descritpion="The string pattern used for including session attributes in replication. Null means all attributes are included." + description="The string pattern used for including session attributes in replication. Null means all attributes are included." type="java.lang.String"/> <attribute name="sessionAttributeValueClassNameFilter" @@ -564,7 +564,7 @@ </operation> <operation name="getCreationTime" - description="Return the creatio time for this session" + description="Return the creation time for this session" impact="ACTION" returnType="java.lang.String"> <parameter Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -39,7 +39,7 @@ type="java.lang.String"/> <attribute name="heartbeatBackgroundEnabled" - description="enable that container background thread call channel heartbeat, default is that channel mangage heartbeat itself." + description="enable that container background thread call channel heartbeat, default is that channel manage heartbeat itself." is="true" type="boolean"/> <attribute Modified: tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -152,7 +152,7 @@ description="The context path for this Context" type="java.lang.String"/> <parameter name="docBase" - description="Document base directory (or WAR) for ths Context" + description="Document base directory (or WAR) for this Context" type="java.lang.String"/> </operation> Modified: tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/realm/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -83,7 +83,7 @@ </mbean> <mbean name="JAASRealm" - description="Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)" + description="Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)" domain="Catalina" group="Realm" type="org.apache.catalina.realm.JAASRealm"> Modified: tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/session/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -114,7 +114,7 @@ writeable="false"/> <attribute name="rejectedSessions" - description="Number of sessions we rejected due to maxActive beeing reached" + description="Number of sessions we rejected due to maxActive being reached" type="int" writeable="false"/> @@ -301,7 +301,7 @@ writeable="false"/> <attribute name="rejectedSessions" - description="Number of sessions we rejected due to maxActive beeing reached" + description="Number of sessions we rejected due to maxActive being reached" type="int" writeable="false"/> @@ -389,7 +389,7 @@ <operation name="isLoaded" description="If the session id is loaded in memory?" impact="ACTION" - returnType="booelan"> + returnType="boolean"> <parameter name="sessionId" description="Id of the session" type="java.lang.String"/> Modified: tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/tribes/membership/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -35,7 +35,7 @@ type="java.lang.String"/> <attribute name="dropTime" - description="Timeout from frequency ping after member disapper notify" + description="Timeout from frequency ping after member disappear notify" type="long"/> <attribute name="frequency" Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -318,7 +318,7 @@ type="boolean"/> <attribute name="interruptible" - description="Should this be blocked interruptibly until a permit is availabl?" + description="Should this be blocked interruptibly until a permit is available?" type="boolean"/> <attribute name="stateName" Modified: tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/webresources/mbeans-descriptors.xml Wed Aug 10 07:06:37 2016 @@ -24,7 +24,7 @@ type="org.apache.catalina.webresources.StandardRoot"> <attribute name="allowLinking" - description="Does this resources implementaion allow the use of symbolic links?" + description="Does this resources implementation allow the use of symbolic links?" type="boolean" writeable="true"/> Modified: tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml?rev=1755675&r1=1755674&r2=1755675&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml (original) +++ tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml Wed Aug 10 07:06:37 2016 @@ -38,7 +38,7 @@ <p>Tomcat uses JMX MBeans as the technology for implementing manageability of Tomcat.</p> -<p>The descriptions of JMX MBeans for Catalina are in the mbeans-descriptor.xml +<p>The descriptions of JMX MBeans for Catalina are in the mbeans-descriptors.xml file in each package.</p> <p>You will need to add MBean descriptions for your custom components @@ -49,7 +49,7 @@ in order to avoid a "ManagedBean is not <section name="Adding MBean descriptions"> <p>You may also add MBean descriptions for custom components in -a mbeans-descriptor.xml file, located in the same package as the class files +a mbeans-descriptors.xml file, located in the same package as the class files it describes.</p> <source><![CDATA[ <mbean name="LDAPRealm" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org