Skip to content

alaperrot/cas4-overlay

 
 

Repository files navigation

simple-cas4-overlay-template

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.

Versions

<cas.version>4.0.0</cas.version>

Minimum Requirements

  • JDK 1.7+
  • Apache Maven 3+
  • Servlet container supporting Servlet 3+ spec (e.g. Apache Tomcat 7+)

Configuration

The etc directory contains the sample configuration files that would need to be copied to an external file system location (/etc/cas by default) and configured to satisfy local CAS installation needs. Current files are:

  • (cas-4.0.0.properties | cas-4.1.0-SNAPSHOT.properties)
  • log4j.xml

NOTE: choose the cas.properties with appropriate version number in it (and rename to /etc/cas/cas.properties) as the contents have changed between 4.0.0 and 4.1.0

Deployment

  • Execute mvn clean package
  • Deploy resultant target/cas.war to a Servlet3 container of choice

About

CAS4 maven war overlay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published