More Java6 and Tomcat6 compatability updates.

This commit is contained in:
Juan Carlos Luciani
2008-07-17 19:39:06 +00:00
parent a4689eea3f
commit 2cf31ee0dd
11 changed files with 45 additions and 11 deletions

View File

@@ -90,7 +90,7 @@
enableLookups="false" disableUploadTimeout="true"
maxPostSize="16384" connectionTimeout="10000"
acceptCount="300" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
SSLEnabled="true" clientAuth="false" sslProtocol="TLS"
keystoreFile="/etc/ssl/servercerts/keystore.p12"
keystorePass="password" keystoreType="pkcs12" algorithm="SunX509" />
<!-- SSL_CONNECTOR_END -->