WORKERS AHEAD!
You are viewing the development documentation for the Apereo CAS server. The functionality presented here is not officially released yet. This is a work in progress and will be continually updated as development moves forward. You are most encouraged to test the changes presented.
Apache Tomcat - Embedded Servlet Container APR
Apache Tomcat can use the Apache Portable Runtime to provide superior scalability, performance, and better integration with native server technologies.
Enabling APR requires the following JVM system property that indicates
the location of the APR library binaries (i.e. usr/local/opt/tomcat-native/lib
):
1
-Djava.library.path=/path/to/tomcat-native/lib