Generic CAS maven war overlay to exercise the latest versions of CAS 4.x line. This overlay could be freely used as a starting template for local CAS maven war overlays.
<cas.version>4.2.1</cas.version>- JDK 1.8+
The etc directory contains the configuration files that need to be copied to /cas/etc.
Current files are:
- cas.properties
- log4j2.xml
mvnw clean packageor
mvnw.bat clean package- Create a Java keystore at /etc/cas/jetty/thekeystorewith the passwordchangeit.
- Import your CAS server certificate inside this keystore.
mvnw jetty:run-forkedCAS will be available at:
- http://cas.server.name:8080/cas
- https://cas.server.name:8443/cas
Deploy resultant target/cas.war to a Servlet container of choice.