Author: kkolinko
Date: Wed Dec 25 20:28:34 2013
New Revision: 1553414
URL: http://svn.apache.org/r1553414
Log:
CTR: documentation
Merged r1526470 from tomcat/tc7.0.x/trunk:
Fix broken link to HTTP connector in the Proxy HowTo, as reported on the users
list.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/webapps/docs/proxy-howto.xml
Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1526469
Merged /tomcat/tc7.0.x/trunk:r1526470
Modified: tomcat/tc6.0.x/trunk/webapps/docs/proxy-howto.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/proxy-howto.xml?rev=1553414&r1=1553413&r2=1553414&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/proxy-howto.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/proxy-howto.xml Wed Dec 25 20:28:34 2013
@@ -38,7 +38,7 @@
<p>Using standard configurations of Tomcat, web applications can ask for
the server name and port number to which the request was directed for
processing. When Tomcat is running standalone with the
-<a href="config/coyote.html">Coyote HTTP/1.1 Connector</a>, it will generally
+<a href="config/http.html">HTTP/1.1 Connector</a>, it will generally
report the server name specified in the request, and the port number on
which the <strong>Connector</strong> is listening. The servlet API
calls of interest, for this purpose, are:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]