Site icon Tutorial

APR Lifecycle Listener Configuration

AprLifecycleListener

Attribute Description
SSLEngine Name of the SSLEngine to use. off: Do not use SSL, on: Use SSL but no specific ENGINE. The default value is on. This initializes the native SSL engine, then enable the use of this engine in the connector using the SSLEnabled attribute. Example:
<Listener className=”org.apache.catalina.core.AprLifecycleListener” SSLEngine=”on” />
See the Official OpenSSL website for more details on SSL hardware engines and manufacturers.

 

Exit mobile version