Changed Mode |
||
|---|---|---|
| etc | ||
| maven | ||
| src/main/webapp/WEB-INF/spring-configuration | ||
| .gitignore | ||
| LICENSE.txt | ||
| README.md | ||
| mvnw | ||
| mvnw.bat | ||
| pom.xml | ||
README.md
CAS Overlay Template
Generic CAS maven war overlay to exercise the latest versions of CAS. This overlay could be freely used as a starting template for local CAS maven war overlays. The CAS services management overlay is available here.
Versions
<cas.version>4.2.x</cas.version>
Requirements
- JDK 1.7+
Configuration
The etc directory contains the configuration files that need to be copied to /etc/cas.
Current files are:
cas.propertieslog4j2.xml
Build
mvnw clean package
or
mvnw.bat clean package
Deployment
Embedded Jetty
- Create a Java keystore at
/etc/cas/jetty/thekeystorewith the passwordchangeit. - Import your CAS server certificate inside this keystore.
mvnw jetty:run-forked
CAS will be available at:
http://cas.server.name:8080/cashttps://cas.server.name:8443/cas
External
Deploy resultant target/cas.war to a Servlet container of choice.