https://issues.apache.org/bugzilla/show_bug.cgi?id=54143

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Created attachment 32252
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32252&action=edit
2014-12-02_tc6_54143_v1.patch

Patch for Tomcat 6
Add display of memory pools. Update and fix XSL style and schema.

Backport of r1409014, r1453106, r1453119, r1348992 from tomcat/tc7.0.x/trunk.

      <add>
        <bug>54143</bug>: Add display of the memory pools usage (including
        PermGen) to the Status page of the Manager web application. (kkolinko)
      </add>
      <fix>
        Fix several issues with <code>status.xsd</code> schema in Manager web
        application, testing it against actual output of StatusTransformer
        class. (kkolinko)
      </fix>

To test the schema, one can save output of /manager/status?XML=true command and
add the following attributes to the root <status> element:

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:noNamespaceSchemaLocation="status.xsd"

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to