CAS maven war overlay with LDAP and database authentication, and connection throttling, for CAS 4.x line
<cas.version>4.1.7</cas.version>
- JDK 1.7+
- Apache Maven 3+
- Servlet container supporting Servlet 3+ spec (e.g. Apache Tomcat 7+)
The etc
directory contains the sample configuration files that would need to be copied to an external file system location (/etc/cas
or ${user.home}/etc/cas
by default) and configured to satisfy local CAS and CAS Management installation needs. Current files are:
cas.properties.template
, which is a template forcas.properties
.log4j2-user.xml
orlog4j2-system.xml
, depending on a user or a system Tomcat installation.
Follow [INSTALL.md](installation instructions).