Author: violetagg Date: Thu Nov 17 09:45:18 2016 New Revision: 1770140 URL: http://svn.apache.org/viewvc?rev=1770140&view=rev Log: Correct a typo in Host Configuration Reference. Issue reported via comments.apache.org.
Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/config/host.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1770140&r1=1770139&r2=1770140&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Thu Nov 17 09:45:18 2016 @@ -85,6 +85,14 @@ </fix> </changelog> </subsection> + <subsection name="Web applications"> + <changelog> + <fix> + Correct a typo in Host Configuration Reference. + Issue reported via comments.apache.org. (violetagg) + </fix> + </changelog> + </subsection> <subsection name="Tribes"> <changelog> <fix> Modified: tomcat/trunk/webapps/docs/config/host.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/host.xml?rev=1770140&r1=1770139&r2=1770140&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/host.xml (original) +++ tomcat/trunk/webapps/docs/config/host.xml Thu Nov 17 09:45:18 2016 @@ -39,7 +39,7 @@ <p>The <strong>Host</strong> element represents a <em>virtual host</em>, which is an association of a network name for a server (such as - "www.mycompany.com" with the particular server on which Tomcat is running. + "www.mycompany.com") with the particular server on which Tomcat is running. For clients to be able to connect to a Tomcat server using its network name, this name must be registered in the <em>Domain Name Service</em> (DNS) server that manages the Internet domain you belong to - contact your Network --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org