This is sample java web application that exercises the CAS protocol features via the Java CAS Client.
It has been modified to suit PB deployment. Non-PB users may find the changes helpful in configuration.
- Update src/main/webapp/WEB-INF/web.xml
- Replace YOUR_SERVER_NAME_HERE with your server's FQDN.
- If tomcat is not installed at /opt/tomcat you must update the path
- build.xml - update property catalina.home
- install.sh - update TC_HOME
- mvn clean package
- Copy the .war to the appropriate directory
- ./install.sh