equal
deleted
inserted
replaced
|
1 simple-cas4-overlay-template |
|
2 ============================ |
|
3 |
|
4 Generic CAS maven war overlay to exercise the latest versions of CAS 4.x line |
|
5 |
|
6 This overlay could be freely used as a starting template for local CAS maven war overlays. |
|
7 |
|
8 # Versions |
|
9 ```xml |
|
10 <cas.version>4.0.0</cas.version> |
|
11 ``` |
|
12 |
|
13 # Recommended Requirements |
|
14 * JDK 1.7+ |
|
15 * Apache Maven 3+ |
|
16 * Servlet container supporting Servlet 3+ spec (e.g. Apache Tomcat 7+) |
|
17 |
|
18 # Configuration |
|
19 The `etc` directory contains the sample configuration files that would need to be copied to an external file system location (`/etc/cas` by default) |
|
20 and configured to satisfy local CAS installation needs. Current files are: |
|
21 |
|
22 * `cas.properties` |
|
23 * `log4j.xml` |
|
24 |
|
25 # Deployment |
|
26 |
|
27 * Execute `mvn clean package` |
|
28 * Deploy resultant `target/cas.war` to a Servlet container of choice |