Install CAS - OtagoPolytechnic/opp-user GitHub Wiki

Install CAS version 3.5.2

Maven

Maven is another Apache project, and it’s also easy to install. Similar to Tomcat, you should download Maven from its Maven website and unzip it. Make sure that you have install Maven before installing CAS.

Install CAS SSO on Tomcat

Create the pom.xml file and add the content from the following link to the pom.xml file.

To Build the CAS SSO package using the pom.xml file by using the following command

sudo mvn clean package

After the CAS package have been build, copy the cas.war file in the target directory to the following path.

/var/lib/tomcat7/webapps

Restart the Tomcat7 to start up the CAS SSO

⚠️ **GitHub.com Fallback** ⚠️