Fixed ssl configuration not working.

This commit is contained in:
Heng Sin Low 2010-08-20 15:31:21 +08:00
parent 494221df94
commit b7a1f9ba16
1 changed files with 2 additions and 1 deletions

View File

@ -83,10 +83,11 @@
<Connector port="@ADEMPIERE_SSL_PORT@" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
acceptCount="100" scheme="https" secure="true" SSLEnabled="true"
clientAuth="false"
keystoreFile="@ADEMPIERE_KEYSTORE@"
keystorePass="@ADEMPIERE_KEYSTOREPASS@"
keyAlias="adempiere"
sslProtocol="TLS" />
<!-- Define an AJP 1.3 Connector on port 8009 -->