Skip to content

richardsmd/cas-sample-java-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example CASified Java Web Application - Parsons Brinckerhoff

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.

Configure

  • 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

Build

  • mvn clean package

Install

  • Copy the .war to the appropriate directory

Build and Install

  • ./install.sh

About

Sample Java web app protected by Java CAS client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.2%
  • Shell 6.8%