luehe       2004/09/30 08:58:32

  Modified:    webapps/docs changelog.xml
  Log:
  Fixed StandardContext.getStartTime(), and exposed it in Manager's status page
  
  Revision  Changes    Path
  1.123     +6 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- changelog.xml     30 Sep 2004 15:28:12 -0000      1.122
  +++ changelog.xml     30 Sep 2004 15:58:32 -0000      1.123
  @@ -75,6 +75,9 @@
        <fix>
          <bug>30949</bug>: Make sure ApplicationDispatcher unwraps request/response 
even if include error occurs. (yoavs)
        </fix>
  +      <fix>
  +        Fixed StandardContext.getStartTime() to return actual start time/date 
instead of time (startupTime) it took to start context. (luehe)
  +      </fix>
       </changelog>
     </subsection>
   
  @@ -119,6 +122,9 @@
         <fix>
           <bug>31058</bug>: Ensure StatusTransformer escapes query string for XML. 
(yoavs)
         </fix>
  +      <update>
  +        Added contexts' start time (available from 'startTime' MBean attribute of 
StandardContext) to status page (luehe)
  +      </update>
       </changelog>
     </subsection>
   </section>
  
  
  

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

Reply via email to