> From: Johnson, Rob E [mailto:rob.john...@boemre.gov] 
> Subject: Tomcat 6.0.20 ssl

> <Connector 
> port="443" minSpareThreads="5" maxSpareThreads="75"
> enableLookups="true" disableUploadTimeout="true" 
> acceptCount="100"  maxThreads="200"
> scheme="https" secure="true" SSLEnabled="true"
> keystoreFile="C:\Program Files\Java\jre6\bin\documentum.keystore" 
> keystorePass="changeit"
> clientAuth="false" sslProtocol="TLS"/>

If you have APR installed (tcnative-1.dll in Tomcat's bin directory), the SSL 
configuration is completely different.  If that is the situation, the easiest 
thing to do is disable APR by renaming or deleting the above DLL file.  If you 
decide you do want to use APR (it's faster for HTTPS traffic), read the doc:

http://tomcat.apache.org/tomcat-6.0-doc/apr.html

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to