GSoC 2010: Add missing JMX attributes
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 May 2010 09:05:42 +0000 (09:05 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 5 May 2010 09:05:42 +0000 (09:05 +0000)
Patch provided by Chamith Buddhika

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@941209 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/mbeans-descriptors.xml

index 22802f9..6d90ab9 100644 (file)
     <attribute   name="maxPostSize"
           description="Maximum size in bytes of a POST which will be handled by the servlet API provided features"
                  type="int"/>
+                 
+    <attribute   name="maxSavePostSize"
+          description="Maximum size of a POST which will be saved by the container during authentication"
+                 type="int"/>                
 
     <attribute   name="maxThreads"
           description="The maximum number of request processing threads to be created"
     <attribute   name="sslProtocols"
           description="Comma-separated list of SSL protocol variants to be enabled"
                  type="java.lang.String"/>
+                 
+    <attribute   name="stopped"
+          description="Has this component been stopped?"
+                 type="boolean"
+            writeable="false"/>
 
     <attribute   name="strategy"
           description="Thread pool strategy"
     <attribute   name="useBodyEncodingForURI"
           description="Should the body encoding be used for URI query parameters"
                  type="boolean"/>
+                 
+    <attribute   name="useIPVHosts"
+          description="Should IP-based virtual hosting be used? "
+                 type="boolean"/>
 
     <attribute    name="xpoweredBy"
            description="Is generation of X-Powered-By response header enabled/disabled?"