Author: kkolinko Date: Tue Aug 2 03:54:38 2011 New Revision: 1153016 URL: http://svn.apache.org/viewvc?rev=1153016&view=rev Log: Correct relative links. It is followup to r1151537. CTR: Docs
These pages are already inside "docs", so there should be no "docs/" in relative links. Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml tomcat/trunk/webapps/docs/ssl-howto.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml?rev=1153016&r1=1153015&r2=1153016&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/ssl-howto.xml Tue Aug 2 03:54:38 2011 @@ -379,10 +379,10 @@ connector you wish to use or add a new C case, you will need to configure the SSL Connector for your requirements and environment. The configuration options and information on which attributes are mandatory for the JSSE based connector (BIO) are documented in the -SSL Support section of the <a href="docs/config/http.html#SSL Support">HTTP +SSL Support section of the <a href="config/http.html#SSL Support">HTTP connector</a> configuration reference. The configuration options and information on which attributes are mandatory for the APR connector are documented in the -HTTPS section of the <a href="docs/apr.html#HTTPS">APR How-To</a>.</p> +HTTPS section of the <a href="apr.html#HTTPS">APR How-To</a>.</p> <p>The <code>port</code> attribute (default value is 8443) is the TCP/IP Modified: tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml?rev=1153016&r1=1153015&r2=1153016&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/ssl-howto.xml Tue Aug 2 03:54:38 2011 @@ -382,10 +382,10 @@ connector you wish to use or add a new C case, you will need to configure the SSL Connector for your requirements and environment. The configuration options and information on which attributes are mandatory for the JSSE based connectors (BIO and NIO) are documented in the -SSL Support section of the <a href="docs/config/http.html#SSL Support">HTTP +SSL Support section of the <a href="config/http.html#SSL Support">HTTP connector</a> configuration reference. The configuration options and information on which attributes are mandatory for the APR connector are documented in the -HTTPS section of the <a href="docs/apr.html#HTTPS">APR How-To</a>.</p> +HTTPS section of the <a href="apr.html#HTTPS">APR How-To</a>.</p> <p>The <code>port</code> attribute (default value is 8443) is the TCP/IP port number on which Tomcat will listen for secure connections. You can Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1153016&r1=1153015&r2=1153016&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssl-howto.xml Tue Aug 2 03:54:38 2011 @@ -377,7 +377,7 @@ connector you wish to use or add a new C case, you will need to configure the SSL Connector for your requirements and environment. The configuration options and information on which attributes are mandatory, are documented in the SSL Support section of the -<a href="docs/config/http.html#SSL Support">HTTP connector</a> configuration +<a href="config/http.html#SSL Support">HTTP connector</a> configuration reference. Make sure that you use the correct attributes for the connector you are using. The BIO and NIO connectors use JSSE whereas the APR/native connector uses APR.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org