Author: markt Date: Tue Aug 2 15:29:40 2016 New Revision: 1754951 URL: http://svn.apache.org/viewvc?rev=1754951&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59868 Clarify which host name and IP address are shown in the server section.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/html-manager-howto.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1754951&r1=1754950&r2=1754951&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 2 15:29:40 2016 @@ -128,6 +128,11 @@ <bug>59867</bug>: Correct the documentation provided by Manager's 403.jsp. (violetagg) </fix> + <fix> + <bug>59868</bug>: Clarify the documentation for the Manager web + application to make clearer that the host name and IP address in the + server section are the primary host name and IP address. (markt) + </fix> </changelog> </subsection> <subsection name="jdbc-pool"> Modified: tomcat/trunk/webapps/docs/html-manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/html-manager-howto.xml?rev=1754951&r1=1754950&r2=1754951&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/html-manager-howto.xml (original) +++ tomcat/trunk/webapps/docs/html-manager-howto.xml Tue Aug 2 15:29:40 2016 @@ -526,9 +526,11 @@ you will need to check using tools like <section name="Server Information"> -<p>This section displays information about Tomcat, the operating system of -the server Tomcat is hosted on, and the Java Virtual Machine Tomcat is -running in.</p> +<p>This section displays information about Tomcat, the operating system of the +server Tomcat is hosted on, the Java Virtual Machine Tomcat is running in, the +primary host name of the server (may not be the host name used to access Tomcat) +and the primary IP address of the server (may not be the IP address used to +access Tomcat).</p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org