Author: markt
Date: Wed May  5 09:05:42 2010
New Revision: 941209

URL: http://svn.apache.org/viewvc?rev=941209&view=rev
Log:
GSoC 2010: Add missing JMX attributes
Patch provided by Chamith Buddhika

Modified:
    tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml

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=941209&r1=941208&r2=941209&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml 
(original)
+++ tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Wed 
May  5 09:05:42 2010
@@ -116,6 +116,10 @@
     <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"
@@ -170,6 +174,11 @@
     <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"
@@ -206,6 +215,10 @@
     <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?"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to