Author: kkolinko Date: Wed Nov 26 00:04:18 2014 New Revision: 1641730 URL: http://svn.apache.org/r1641730 Log: Document the Server Status page. Merged r1641722 from tomcat/trunk.
Modified: tomcat/tc8.0.x/trunk/ (props changed) tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Propchange: tomcat/tc8.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1641722 Modified: tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml?rev=1641730&r1=1641729&r2=1641730&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/tc8.0.x/trunk/webapps/docs/manager-howto.xml Wed Nov 26 00:04:18 2014 @@ -878,15 +878,27 @@ Connector[HTTP/1.1-8443] </subsection> -<subsection name="Server Status"> +</section> + +<section name="Server Status"> + +<p>From the following links you can view Status information about the server. +Any one of <strong>manager-**</strong> roles allows access to this page.</p> + +<source>http://localhost:8080/manager/status +http://localhost:8080/manager/status/all</source> -<p>From this link , you can view information about the server.</p> +<p>Displays server status information in HTML format.</p> + +<source>http://localhost:8080/manager/status?XML=true +http://localhost:8080/manager/status/all?XML=true</source> + +<p>Displays server status information in XML format.</p> <p>First, you have the server and JVM version number, JVM provider, OS name and number followed by the architecture type.</p> -<p>Second, there is several information about the memory usage of the JVM -(available, total and max memory).</p> +<p>Second, there is information about the memory usage of the JVM.</p> <p>Then, there is information about the Tomcat AJP and HTTP connectors. The same information is available for both of them : @@ -922,7 +934,9 @@ The same information is available for bo </ul> </li> </ul> -</subsection> + +<p>If you are using <code>/status/all</code> command, additional information +on each of deployed web applications will be available.</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org