You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by am...@apache.org on 2002/11/22 22:50:18 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml

amyroh      2002/11/22 13:50:18

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Make new "rotatable" attribute of AccessLogValve visible from admin webapp.
  
  Revision  Changes    Path
  1.71      +18 -13    jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- mbeans-descriptors.xml	9 Sep 2002 23:39:03 -0000	1.70
  +++ mbeans-descriptors.xml	22 Nov 2002 21:50:18 -0000	1.71
  @@ -44,7 +44,12 @@
             description="Resolve hosts"
                      is="true"
                    type="boolean"/>
  -
  +                 
  +    <attribute   name="rotatable"
  +          description="Rotate log"
  +                   is="true"
  +                 type="boolean"/>
  +                 
       <attribute   name="suffix"
             description="The suffix that is added to log file filenames"
                    type="java.lang.String"/>
  @@ -149,7 +154,7 @@
   
       <attribute   name="override"
             description="Does this environment entry allow overrides by the
  -	  application deployment descriptor"
  +      application deployment descriptor"
                    type="boolean"/>
   
       <attribute   name="type"
  @@ -279,7 +284,7 @@
   
       <attribute   name="port"
             description="The port number on which we listen for ajp13 requests"
  -  		type="int"/>
  +        type="int"/>
   
       <attribute   name="protocolHandlerClassName"
             description="Coyote Protocol handler class name"
  @@ -342,7 +347,7 @@
   
       <attribute   name="swallowOutput"
             description="Flag to set to cause the system.out and system.err 
  -	  to be redirected to the logger when executing a servlet"
  +      to be redirected to the logger when executing a servlet"
                    type="boolean"/>
   
       <attribute   name="useNaming"
  @@ -1638,26 +1643,26 @@
     <mbean         name="NamingResources"
               className="org.apache.catalina.mbeans.NamingResourcesMBean"
             description="Holds and manages the naming resources defined in the
  -	  J2EE Enterprise Naming Context and their associated JNDI context"
  +      J2EE Enterprise Naming Context and their associated JNDI context"
                  domain="Catalina"
                   group="Resources"
                    type="org.apache.catalina.deploy.NamingResources">
   
       <attribute   name="environments"
             description="MBean Names of the set of defined environment entries
  -	  for this web application"
  +      for this web application"
                    type="java.lang.String[]"
               writeable="false"/>
   
       <attribute   name="resources"
             description="MBean Names of all the defined resource references
  -	  for this application."
  +      for this application."
                    type="java.lang.String[]"
               writeable="false"/>
   
       <attribute   name="resourceLinks"
             description="MBean Names of all the defined resource link references
  -	  for this application."
  +      for this application."
                    type="java.lang.String[]"
               writeable="false"/>
   
  @@ -1794,7 +1799,7 @@
     <mbean         name="NonLoginAuthenticator"
               className="org.apache.catalina.mbeans.ClassNameMBean"
             description="An Authenticator and Valve implementation that checks
  -			only security constraints not involving user authentication"
  +            only security constraints not involving user authentication"
                  domain="Catalina"
                   group="Valve"
                    type="org.apache.catalina.authenticator.NonLoginAuthenticator">
  @@ -1953,7 +1958,7 @@
   
       <attribute   name="environments"
             description="MBean Names of the set of defined environment entries
  -	  for this web application"
  +      for this web application"
                    type="java.lang.String[]"
               writeable="false"/>
   
  @@ -1976,13 +1981,13 @@
   
       <attribute   name="resources"
             description="MBean Names of all the defined resource references
  -	  for this application."
  +      for this application."
                    type="java.lang.String[]"
               writeable="false"/>
   
       <attribute   name="swallowOutput"
             description="Flag to set to cause the system.out and system.err 
  -	  to be redirected to the logger when executing a servlet"
  +      to be redirected to the logger when executing a servlet"
                    type="boolean"/>
   
       <attribute   name="useNaming"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>