Author: violetagg
Date: Tue May 3 10:59:33 2016
New Revision: 1742090
URL: http://svn.apache.org/viewvc?rev=1742090&view=rev
Log:
Correct a typo in SSL/TLS Configuration How-To. Issue reported via comments.apache.org.
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/ssl-howto.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1742090&r1=1742089&r2=1742090&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue May 3 10:59:33 2016
@@ -276,6 +276,10 @@
<code>GenericServlet.log(String, Throwable)</code> are logged at the
SEVERE level. (violetagg)
</fix>
+ <fix>
+ Correct a typo in SSL/TLS Configuration How-To.
+ Issue reported via comments.apache.org. (violetagg)
+ </fix>
</changelog>
</subsection>
<subsection name="Tribes">
Modified: tomcat/trunk/webapps/docs/ssl-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=1742090&r1=1742089&r2=1742090&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/ssl-howto.xml (original)
+++ tomcat/trunk/webapps/docs/ssl-howto.xml Tue May 3 10:59:33 2016
@@ -473,7 +473,7 @@ SSL communications, and what to do about
be named <code>.keystore</code> in the user home directory under which
Tomcat is running (which may or may not be the same as yours :-). If
the keystore file is anywhere else, you will need to add a
- <code>keystoreFile</code> attribute to the <code><Factory></code>
+ <code>keystoreFile</code> attribute to the <code><Connector></code>
element in the <a href="#Edit_the_Tomcat_Configuration_File">Tomcat
configuration file</a>.</p>
</li>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|