From 6bb124ead622b71abce05d58e731d2ea7fc96616 Mon Sep 17 00:00:00 2001 From: markt Date: Tue, 12 Jan 2010 22:03:32 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48530 Add info on the Server Status page to the Manager How-To Based on a patch by Arnaud Espy git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@898543 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/manager-howto.xml | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/webapps/docs/manager-howto.xml b/webapps/docs/manager-howto.xml index e6672ba9f..5b0c09d74 100644 --- a/webapps/docs/manager-howto.xml +++ b/webapps/docs/manager-howto.xml @@ -891,6 +891,52 @@ error message. Possible causes for problems include:

+ + +

From this link , you can view information about the server.

+ +

First, you have the server and JVM version number, JVM provider, OS name +and number followed by the architecture type.

+ +

Second, there is several information about the memory usage of the JVM +(available, total and max memory).

+ +

Then, there is information about the Tomcat AJP and HTTP connectors. +The same information is available for both of them : +

+ +
+
-- 2.11.0