Revision [1414]

Last edited on 2008-02-21 00:49:03 by WikiAdmin
Additions:
./configure --with-apr=/usr/local/apr --with-ssl=/usr
Once you have tomcat-native library enabled, the default https connector will no longer be serving encrypted contents. Tomcat now uses openssl-style key+certificate. You need to replace the whole connector block with the following:
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
SSLEngine="on"
SSLCertificateFile="/certs/selfsign.crt"
SSLCertificateKeyFile="/certs/selfsign.pem" />
Deletions:
./configure --with-apr=/usr/local/apr


Revision [590]

The oldest known version of this page was created on 2007-05-25 10:34:57 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki