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 2003/05/02 23:00:27 UTC

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

amyroh      2003/05/02 14:00:26

  Modified:    catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
  Log:
  Expose state attribute.
  
  Revision  Changes    Path
  1.14      +5 -1      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mbeans-descriptors.xml	29 Apr 2003 00:59:02 -0000	1.13
  +++ mbeans-descriptors.xml	2 May 2003 21:00:26 -0000	1.14
  @@ -172,7 +172,11 @@
       <attribute name="startupTime"
                  description="Startup time for this context"
                  type="long"/>
  -      
  +               
  +    <attribute name="state"
  +               description="Current state of this component"
  +               type="int"/>
  +                     
       <attribute name="tldScanTime"
                  description="Time spend scanning jars for TLDs for this context"
                  type="long"/>
  
  
  

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