Skip to content
This repository was archived by the owner on Apr 14, 2020. It is now read-only.
Open

4.2 #24

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
63b2444
Update README.md
SavvasMisaghMoayyed Nov 24, 2015
cb03d89
Delete cas-servlet-saml.xml
SavvasMisaghMoayyed Nov 24, 2015
be471f9
Delete web.xml
SavvasMisaghMoayyed Nov 24, 2015
755d4f6
Delete argumentExtractorsConfiguration.xml
SavvasMisaghMoayyed Nov 24, 2015
43b5d65
Delete uniqueIdGenerators.xml
SavvasMisaghMoayyed Nov 24, 2015
e545aaa
fixed jetty
SavvasMisaghMoayyed Nov 24, 2015
1ca70cb
Update pom.xml
SavvasMisaghMoayyed Nov 24, 2015
93140f0
Update README.md
SavvasMisaghMoayyed Nov 24, 2015
75366dc
Update pom.xml
SavvasMisaghMoayyed Dec 7, 2015
1630903
Update pom.xml
SavvasMisaghMoayyed Dec 19, 2015
6a02265
Update README.md
SavvasMisaghMoayyed Dec 19, 2015
14bc3af
fixed duplicate fragment name
SavvasMisaghMoayyed Dec 23, 2015
8b01d2e
fixed indentation
SavvasMisaghMoayyed Dec 30, 2015
aadb5dc
Upgrade to 4.2.0-RC1
dima767 Jan 20, 2016
238743b
Update cas.properties
dima767 Jan 21, 2016
83a899b
Update pom.xml
SavvasMisaghMoayyed Jan 25, 2016
71c91c6
Update README.md
SavvasMisaghMoayyed Jan 25, 2016
35c4014
README.md: replace config path /cas/etc by /etc/cas
Horgix Feb 16, 2016
cda4ce7
Merge pull request #1 from Horgix/readme-fix-configpath
SavvasMisaghMoayyed Feb 16, 2016
acd21ff
Update pom.xml
SavvasMisaghMoayyed Feb 19, 2016
3082c76
Update README.md
SavvasMisaghMoayyed Feb 19, 2016
ca45afe
updated config
SavvasMisaghMoayyed Mar 15, 2016
3e3ed99
Merge branch '4.2' of github.com:Jasig/cas-overlay-template into 4.2
SavvasMisaghMoayyed Mar 15, 2016
5223a20
Update pom.xml
SavvasMisaghMoayyed Mar 18, 2016
d17e369
Update README.md
SavvasMisaghMoayyed Mar 18, 2016
830718b
updated overlay version
SavvasMisaghMoayyed Mar 22, 2016
7eaf9d7
Merge branch '4.2'
SavvasMisaghMoayyed Mar 22, 2016
f2db7a0
Update README.md
SavvasMisaghMoayyed Apr 1, 2016
4294125
Update pom.xml
SavvasMisaghMoayyed Apr 1, 2016
35649a1
Update cas.properties
SavvasMisaghMoayyed Apr 11, 2016
ffb772c
Update cas.properties
SavvasMisaghMoayyed Apr 11, 2016
f106037
Update cas.properties
SavvasMisaghMoayyed Apr 11, 2016
85ba824
You need to replace variables in cas.properties : svcreg.database.dia…
Apr 20, 2016
06aa410
Update pom.xml
SavvasMisaghMoayyed May 20, 2016
b9f698a
Update README.md
SavvasMisaghMoayyed May 20, 2016
e32665b
updated repository to include shib releases
SavvasMisaghMoayyed Jul 15, 2016
666d51e
Update pom.xml
SavvasMisaghMoayyed Jul 29, 2016
a3e3408
Update README.md
SavvasMisaghMoayyed Jul 29, 2016
d0d16df
Merge pull request #4 from wallon-ines/master
SavvasMisaghMoayyed Jul 29, 2016
b840f4d
Update pom.xml
SavvasMisaghMoayyed Sep 2, 2016
f485f7d
Update README.md
SavvasMisaghMoayyed Sep 2, 2016
84ef8e3
Update README.md
SavvasMisaghMoayyed Sep 2, 2016
181bfb4
Update pom.xml
SavvasMisaghMoayyed Sep 28, 2016
97293f4
Update pom.xml
SavvasMisaghMoayyed Nov 3, 2016
ce5b819
Changed Mode
ParthKolekar Jan 10, 2017
0ec452c
Merge pull request #5 from ParthKolekar/4.2-changed-mode
SavvasMisaghMoayyed Jan 10, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .gitignore
100755 → 100644
Empty file.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
CAS4 Overlay Template
CAS 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.
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](https://github.com/Jasig/cas-services-management-overlay).

# Versions
```xml
<cas.version>4.1.2</cas.version>
<cas.version>4.2.x</cas.version>
```

# Recommended Requirements
# Requirements
* JDK 1.7+

# Configuration
The `etc` directory contains the configuration files that need to be copied to `/cas/etc`.
# Configuration

The `etc` directory contains the configuration files that need to be copied to `/etc/cas`.

Current files are:

Expand All @@ -35,7 +36,7 @@ mvnw.bat clean package

## Embedded Jetty

* Create a Java keystore at `/etc/cas/jetty/thekeystore` with the password `changeit`.
* Create a Java keystore at `/etc/cas/jetty/thekeystore` with the password `changeit`.
* Import your CAS server certificate inside this keystore.

```bash
Expand Down
Loading