Site icon Tutorial

APR Connectors Configuration

HTTP/HTTPS

For HTTP configuration, see the HTTP connector configuration documentation.

For HTTPS configuration, see the HTTPS connector configuration documentation.

An example SSL Connector declaration is:

<Connector port=”443″ maxHttpHeaderSize=”8192″

maxThreads=”150″

enableLookups=”false” disableUploadTimeout=”true”

acceptCount=”100″ scheme=”https” secure=”true”

SSLEnabled=”true”

SSLCertificateFile=”${catalina.base}/conf/localhost.crt”

SSLCertificateKeyFile=”${catalina.base}/conf/localhost.key” />

Exit mobile version