You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/27 09:54:23 UTC

svn commit: r1642045 - in /tomcat/tc7.0.x/trunk: ./ webapps/docs/changelog.xml webapps/docs/manager-howto.xml

Author: kkolinko
Date: Thu Nov 27 08:54:22 2014
New Revision: 1642045

URL: http://svn.apache.org/r1642045
Log:
Document the Server Status page.
Merged r1641730 from tomcat/tc8.0.x/trunk.

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1641722
  Merged /tomcat/tc8.0.x/trunk:r1641730

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1642045&r1=1642044&r2=1642045&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Nov 27 08:54:22 2014
@@ -116,7 +116,8 @@
         target added in 7.0.56). (kkolinko)
       </update>
       <update>
-        Improve Tomcat Manager documentation. (kkolinko)
+        Improve Tomcat Manager documentation. Rearrange, add section on
+        HTML GUI, document Server Status page. (kkolinko)
       </update>
     </changelog>
   </subsection>

Modified: tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml?rev=1642045&r1=1642044&r2=1642045&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/manager-howto.xml Thu Nov 27 08:54:22 2014
@@ -819,15 +819,27 @@ has been reloaded several times, it may 
 
 </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 :
@@ -863,7 +875,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org