Author: fschumacher
Date: Wed Jun 22 19:55:21 2016
New Revision: 1749771
URL: http://svn.apache.org/viewvc?rev=1749771&view=rev
Log:
Use attribute name 'defaultSSLHostConfigName' to specify default ssl host
Modified:
tomcat/site/trunk/docs/migration-85.html
tomcat/site/trunk/docs/migration-9.html
tomcat/site/trunk/xdocs/migration-85.xml
tomcat/site/trunk/xdocs/migration-9.xml
Modified: tomcat/site/trunk/docs/migration-85.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1749771&r1=1749770&r2=1749771&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Wed Jun 22 19:55:21 2016
@@ -339,7 +339,7 @@ of Apache Tomcat.</p>
<p>Tomcat 9 supports multiple TLS virtual hosts for a single connector with
each virtual host able to support multiple certificates. Virtual host
definitions are nested inside the Connector element with the default
- specified using the <strong>sslDefaultHost</strong> attribute on the
+ specified using the <strong>defaultSSLHostConfigName</strong> attribute on
the
Connector if more than one virtual host is specified. Certificate
definitions are nested inside the virtual host.</p>
@@ -355,7 +355,7 @@ of Apache Tomcat.</p>
protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="150"
SSLEnabled="true"
- sslDefaultHost="openoffice.apache.org" >
+ defaultSSLHostConfigName="openoffice.apache.org" >
<SSLHostConfig hostName="openoffice.apache.org" >
<Certificate
certificateKeyFile="conf/openoffice.apache.org-rsa-key.pem"
certificateFile="conf/openoffice.apache.org-rsa-cert.pem"
Modified: tomcat/site/trunk/docs/migration-9.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1749771&r1=1749770&r2=1749771&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Wed Jun 22 19:55:21 2016
@@ -477,7 +477,7 @@ of Apache Tomcat.</p>
<p>Tomcat 9 supports multiple TLS virtual hosts for a single connector with
each virtual host able to support multiple certificates. Virtual host
definitions are nested inside the Connector element with the default
- specified using the <strong>sslDefaultHost</strong> attribute on the
+ specified using the <strong>defaultSSLHostConfigName</strong> attribute on
the
Connector if more than one virtual host is specified. Certificate
definitions are nested inside the virtual host.</p>
@@ -493,7 +493,7 @@ of Apache Tomcat.</p>
protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="150"
SSLEnabled="true"
- sslDefaultHost="openoffice.apache.org" >
+ defaultSSLHostConfigName="openoffice.apache.org" >
<SSLHostConfig hostName="openoffice.apache.org" >
<Certificate
certificateKeyFile="conf/openoffice.apache.org-rsa-key.pem"
certificateFile="conf/openoffice.apache.org-rsa-cert.pem"
Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1749771&r1=1749770&r2=1749771&view=diff
==============================================================================
Binary files - no diff available.
Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1749771&r1=1749770&r2=1749771&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Wed Jun 22 19:55:21 2016
@@ -126,7 +126,7 @@ of Apache Tomcat.</p>
<p>Tomcat 9 supports multiple TLS virtual hosts for a single connector with
each virtual host able to support multiple certificates. Virtual host
definitions are nested inside the Connector element with the default
- specified using the <strong>sslDefaultHost</strong> attribute on the
+ specified using the <strong>defaultSSLHostConfigName</strong> attribute on
the
Connector if more than one virtual host is specified. Certificate
definitions are nested inside the virtual host.</p>
@@ -139,7 +139,7 @@ of Apache Tomcat.</p>
protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="150"
SSLEnabled="true"
- sslDefaultHost="openoffice.apache.org" >
+ defaultSSLHostConfigName="openoffice.apache.org" >
<SSLHostConfig hostName="openoffice.apache.org" >
<Certificate
certificateKeyFile="conf/openoffice.apache.org-rsa-key.pem"
certificateFile="conf/openoffice.apache.org-rsa-cert.pem"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]