Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1.0-RC2</cas.version>

Recommended 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.properties
  • log4j2.xml

Deployment

Maven

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

Ant

  • Define CATALINA_HOME and MAVEN_HOME
  • Execute ant deploy

About

Base CAS4 maven war overlay template

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors