Author: kkolinko
Date: Fri Oct 30 06:37:47 2009
New Revision: 831212

URL: http://svn.apache.org/viewvc?rev=831212&view=rev
Log:
Fix a documentation bug:
To enable SSL in TC 6.0 and later you set SSLEnabled=true, not secure=true as 
it was in TC 5.5.

Also added a phrase about secure and schema attributes. The text is nearly 
identical to the one in the SSLEnabled attribute description above on the same 
page. If anyone has a better phrase, you are welcome.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=831212&r1=831211&r2=831212&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Fri Oct 30 06:37:47 2009
@@ -640,8 +640,14 @@
   <subsection name="SSL Support">
 
   <p>You can enable SSL support for a particular instance of this
-  <strong>Connector</strong> by setting the <code>secure</code> attribute to
-  <code>true</code>.  In addition, you may need to configure the following
+  <strong>Connector</strong> by setting the <code>SSLEnabled</code> attribute 
to
+  <code>true</code>.</p>
+
+  <p>You will also need to set the <code>scheme</code> and <code>secure</code> 
attributes
+  to the values <code>https</code> and <code>true</code> respectively,
+  to pass correct information to the servlets.</p>
+
+  <p>In addition, you may need to configure the following
   attributes:</p>
 
   <attributes>

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=831212&r1=831211&r2=831212&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Oct 30 06:37:47 2009
@@ -675,8 +675,14 @@
   <subsection name="SSL Support">
 
   <p>You can enable SSL support for a particular instance of this
-  <strong>Connector</strong> by setting the <code>secure</code> attribute to
-  <code>true</code>.  In addition, you may need to configure the following
+  <strong>Connector</strong> by setting the <code>SSLEnabled</code> attribute 
to
+  <code>true</code>.</p>
+
+  <p>You will also need to set the <code>scheme</code> and <code>secure</code> 
attributes
+  to the values <code>https</code> and <code>true</code> respectively,
+  to pass correct information to the servlets.</p>
+
+  <p>In addition, you may need to configure the following
   attributes:</p>
 
   <attributes>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to