Author: kkolinko Date: Tue Nov 25 23:48:30 2014 New Revision: 1641722 URL: http://svn.apache.org/r1641722 Log: Document the Server Status page.
Modified: tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/manager-howto.xml?rev=1641722&r1=1641721&r2=1641722&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/manager-howto.xml (original) +++ tomcat/trunk/webapps/docs/manager-howto.xml Tue Nov 25 23:48:30 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