thanks 

Rob Johnson MBA/IT
IT Specialist
BOEMRE
303-231-3963
303-589-9278 (Cell)


-----Original Message-----
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] 
Sent: Friday, September 03, 2010 2:22 PM
To: Tomcat Users List
Subject: RE: Tomcat 6.0.20 ssl

> 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


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

Reply via email to