remm        2004/11/05 10:19:56

  Modified:    catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
  Log:
  - Add configFile attribute.
  
  Revision  Changes    Path
  1.40      +4 -0      
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.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- mbeans-descriptors.xml    26 Oct 2004 21:55:43 -0000      1.39
  +++ mbeans-descriptors.xml    5 Nov 2004 18:19:56 -0000       1.40
  @@ -55,6 +55,10 @@
                  description="Object names of all children"
                  type="[Ljavax.management.ObjectName;"/>
                  
  +    <attribute name="configFile"
  +               description="Location of the context.xml resource or file"
  +               type="java.lang.String"/>
  +               
       <attribute   name="cookies"
                  description="Should we attempt to use cookies for session id
                  communication?"
  
  
  

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

Reply via email to