amyroh      2002/09/04 18:57:19

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Add "swallowOutput" attribute to Context MBean.
  
  Revision  Changes    Path
  1.68      +6 -1      
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.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- mbeans-descriptors.xml    16 Aug 2002 00:31:08 -0000      1.67
  +++ mbeans-descriptors.xml    5 Sep 2002 01:57:19 -0000       1.68
  @@ -1939,6 +1939,11 @@
                    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"
  +                 type="boolean"/>
  +
       <attribute   name="useNaming"
             description="Create a JNDI naming context for this application?"
                      is="true"
  
  
  

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

Reply via email to