billbarker    2004/07/13 23:19:32

  Modified:    catalina/src/share/org/apache/catalina/connector
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/loader
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/realm
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/session
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/startup
                        mbeans-descriptors.xml
               catalina/src/share/org/apache/catalina/valves
                        mbeans-descriptors.xml
  Log:
  Removing the 'debug' property from the mbeans.
  
  Revision  Changes    Path
  1.2       +0 -4      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/mbeans-descriptors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mbeans-descriptors.xml    23 Jun 2004 08:24:58 -0000      1.1
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:31 -0000      1.2
  @@ -57,10 +57,6 @@
             description="Timeout value on the incoming connection during request 
processing"
                    type="int"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute    name="disableUploadTimeout"
              description="Should Tomcat ignore setting a timeout for uploads?" 
                     type="boolean"/>
  
  
  
  1.30      +0 -40     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- mbeans-descriptors.xml    7 Jun 2004 15:30:06 -0000       1.29
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:31 -0000      1.30
  @@ -109,10 +109,6 @@
                  type="java.lang.String"
                  writeable="false"/>
         
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
     </mbean>
   
     <mbean name="StandardContext"
  @@ -161,10 +157,6 @@
                  description="Should we allow the ServletContext.getContext() method 
to access the context of other web applications in this server?"
                  type="boolean"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -               
       <attribute name="defaultWebXml"
                  description="Location of the default web.xml resource or file"
                  type="java.lang.String"/>
  @@ -430,10 +422,6 @@
                  type="java.lang.String"
                  writeable="false"/>
         
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
     </mbean>
     
     <mbean name="StandardEngine"
  @@ -442,10 +430,6 @@
            domain="Catalina"
            group="Engine">
       
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
       <attribute name="defaultHost"
                  description="Name of the default Host for this Engine"
                  type="java.lang.String"/>
  @@ -502,10 +486,6 @@
                  type="java.lang.String"
                  writeable="false"/>
         
  -    <attribute   name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
     </mbean>
     
     <mbean name="StandardHost"
  @@ -522,10 +502,6 @@
                  description="The auto deploy flag for this Host"
                  type="boolean"/>
                    
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
       <attribute name="deployOnStartup"
                  description="The deploy on startup flag for this Host"
                  type="boolean"/>
  @@ -625,10 +601,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
     </mbean>
   
     <mbean name="StandardServer"
  @@ -637,10 +609,6 @@
            group="Server"
            type="org.apache.catalina.core.StandardServer">
       
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
       <attribute name="managedResource"
                  description="The managed resource this MBean is associated with"
                  type="java.lang.Object"/>
  @@ -678,10 +646,6 @@
            group="Service"
            type="org.apache.catalina.core.StandardService">
       
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -      
       <attribute name="managedResource"
                  description="The managed resource this MBean is associated with"
                  type="java.lang.Object"/>
  @@ -808,10 +772,6 @@
                   type="java.lang.String"
                   writeable="false"/>  
                       
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
     </mbean>
   
   </mbeans-descriptors>
  
  
  
  1.4       +0 -4      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/loader/mbeans-descriptors.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mbeans-descriptors.xml    2 Mar 2004 12:31:57 -0000       1.3
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:31 -0000      1.4
  @@ -13,10 +13,6 @@
                    type="java.lang.String"
               writeable="false"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="delegate"
             description="The 'follow standard delegation model' flag that will be
                          used to configure our ClassLoader"
  
  
  
  1.5       +0 -24     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/mbeans-descriptors.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- mbeans-descriptors.xml    17 Apr 2004 02:50:26 -0000      1.4
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:31 -0000      1.5
  @@ -17,10 +17,6 @@
             description="The JNDI named JDBC DataSource for your database"
                    type="java.lang.String"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="digest"
             description="Digest algorithm used in storing passwords in a
                           non-plaintext format"
  @@ -79,10 +75,6 @@
                    type="java.lang.String"
               writeable="false"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="digest"
             description="Digest algorithm used in storing passwords in a
                          non-plaintext format"
  @@ -138,10 +130,6 @@
                          database"
                    type="java.lang.String"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="digest"
             description="Digest algorithm used in storing passwords in a
                          non-plaintext format"
  @@ -210,10 +198,6 @@
             description="The JNDI context factory for this Realm"
                    type="java.lang.String"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="digest"
             description="Digest algorithm used in storing passwords in a
                          non-plaintext format"
  @@ -281,10 +265,6 @@
                    type="java.lang.String"
               writeable="false"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="pathname"
             description="The pathname of the XML file containing our database
                          information"
  @@ -308,10 +288,6 @@
             description="Fully qualified class name of the managed object"
                    type="java.lang.String"
               writeable="false"/>
  -
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
   
       <attribute   name="resourceName"
             description="The global JNDI name of the UserDatabase resource to use"
  
  
  
  1.6       +0 -8      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mbeans-descriptors.xml    9 Apr 2004 01:37:23 -0000       1.5
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:32 -0000      1.6
  @@ -22,10 +22,6 @@
                    type="java.lang.String"
               writeable="false"/>
   
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
  -
       <attribute   name="distributable"
             description="The distributable flag for Sessions created by this
                          Manager"
  @@ -148,10 +144,6 @@
             description="Fully qualified class name of the managed object"
                    type="java.lang.String"
               writeable="false"/>
  -
  -    <attribute   name="debug"
  -          description="The debugging detail level for this component"
  -                 type="int"/>
   
       <attribute   name="distributable"
             description="The distributable flag for Sessions created by this
  
  
  
  1.2       +0 -9      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup/mbeans-descriptors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mbeans-descriptors.xml    25 Apr 2003 21:14:36 -0000      1.1
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:32 -0000      1.2
  @@ -12,9 +12,6 @@
                  type="java.lang.String"
                  writeable="false"/>
         
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
     </mbean>
   
     <mbean name="EngineConfig"
  @@ -28,9 +25,6 @@
                  type="java.lang.String"
                  writeable="false"/>
         
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
     </mbean>
   
   
  @@ -53,9 +47,6 @@
                  description="The Java class name of the Context implementation we 
should use"
                  type="java.lang.String"/>
         
  -    <attribute   name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
     </mbean>
   
   </mbeans-descriptors>
  
  
  
  1.6       +0 -28     
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mbeans-descriptors.xml    19 Jul 2003 14:30:07 -0000      1.5
  +++ mbeans-descriptors.xml    14 Jul 2004 06:19:32 -0000      1.6
  @@ -12,10 +12,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
       <attribute name="containerName"
                  description="Object name of the container"
                  type="javax.management.ObjectName"/>
  @@ -70,10 +66,6 @@
                  description="Object name of the container"
                  type="javax.management.ObjectName"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
     </mbean>
   
     <mbean name="ExtendedAccessLogValve"
  @@ -87,10 +79,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
       <attribute name="containerName"
                  description="Object name of the container"
                  type="javax.management.ObjectName"/>
  @@ -159,10 +147,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute   name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
       <attribute   name="deny"
                  description="The comma-delimited set of deny expressions"
                  type="java.lang.String"/>
  @@ -190,10 +174,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute   name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
       <attribute   name="deny"
                  description="The comma-delimited set of deny expressions"
                  type="java.lang.String"/>
  @@ -215,10 +195,6 @@
                  type="java.lang.String"
                  writeable="false"/>
   
  -    <attribute name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
  -
     </mbean>
   
     <mbean name="RequestListenerValve"
  @@ -235,10 +211,6 @@
       <attribute name="containerName"
                  description="Object name of the container"
                  type="javax.management.ObjectName"/>
  -
  -    <attribute   name="debug"
  -               description="The debugging detail level for this component"
  -               type="int"/>
   
     </mbean>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to