Author: kkolinko Date: Sun Apr 27 21:26:36 2014 New Revision: 1590496 URL: http://svn.apache.org/r1590496 Log: Improve documentation markup. This is partial backport of r1519668 from trunk.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml?rev=1590496&r1=1590495&r2=1590496&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml Sun Apr 27 21:26:36 2014 @@ -49,7 +49,7 @@ the <code>jvmRoute</code> attribute of the <a href="engine.html">Engine</a>.</p> - <p>The native connectors supported with this Tomcat release are: + <p>The native connectors supported with this Tomcat release are:</p> <ul> <li>JK 1.2.x with any of the supported servers. See <a href="http://tomcat.apache.org/connectors-doc/">the JK docs</a> @@ -59,7 +59,6 @@ <a href="http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html">the httpd docs</a> for details.</li> </ul> - </p> <p><b>Other native connectors supporting AJP may work, but are no longer supported.</b></p> @@ -177,7 +176,7 @@ <code>org.apache.coyote.ajp.AjpAprProtocol</code> - the APR/native connector.<br/> Custom implementations may also be used.<br/> - Take a look at our <a href="#Connector Comparison">Connector + Take a look at our <a href="#Connector_Comparison">Connector Comparison</a> chart. </p> </attribute> @@ -186,7 +185,7 @@ <p>If this <strong>Connector</strong> is being used in a proxy configuration, configure this attribute to specify the server name to be returned for calls to <code>request.getServerName()</code>. - See <a href="#Proxy Support">Proxy Support</a> for more + See <a href="#Proxy_Support">Proxy Support</a> for more information.</p> </attribute> @@ -194,7 +193,7 @@ <p>If this <strong>Connector</strong> is being used in a proxy configuration, configure this attribute to specify the server port to be returned for calls to <code>request.getServerPort()</code>. - See <a href="#Proxy Support">Proxy Support</a> for more + See <a href="#Proxy_Support">Proxy Support</a> for more information.</p> </attribute> Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1590496&r1=1590495&r2=1590496&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Sun Apr 27 21:26:36 2014 @@ -173,7 +173,7 @@ <code>org.apache.coyote.http11.Http11AprProtocol</code> - the APR/native connector.<br/> Custom implementations may also be used.<br/> - Take a look at our <a href="#Connector Comparison">Connector + Take a look at our <a href="#Connector_Comparison">Connector Comparison</a> chart. The configuration for both Java connectors is identical, for http and https.<br/> For more information on the APR connector and APR specific SSL settings @@ -185,7 +185,7 @@ <p>If this <strong>Connector</strong> is being used in a proxy configuration, configure this attribute to specify the server name to be returned for calls to <code>request.getServerName()</code>. - See <a href="#Proxy Support">Proxy Support</a> for more + See <a href="#Proxy_Support">Proxy Support</a> for more information.</p> </attribute> @@ -193,7 +193,7 @@ <p>If this <strong>Connector</strong> is being used in a proxy configuration, configure this attribute to specify the server port to be returned for calls to <code>request.getServerPort()</code>. - See <a href="#Proxy Support">Proxy Support</a> for more + See <a href="#Proxy_Support">Proxy Support</a> for more information.</p> </attribute> @@ -504,7 +504,7 @@ <code>scheme</code> and the <code>secure</code> attributes as well to pass the correct <code>request.getScheme()</code> and <code>request.isSecure()</code> values to the servlets - See <a href="#SSL Support">SSL Support</a> for more information. + See <a href="#SSL_Support">SSL Support</a> for more information. </p> </attribute> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org