Skip to content
Snippets Groups Projects
README.md 696 B
Newer Older
Scotty Logan's avatar
Scotty Logan committed
# Tomcat8 Configuration for Weblogin.ITLab.Stanford.EDU

There are two parts - `/etc/tomcat8` is the actual Tomcat
configuration, including 3 apps:

### Shibboleth IdP

The IdP runs at `https://weblogin.itlab.stanford.edu/idp`, and is
a normal-ish Shibboleth v3.x IdP.

### IdP Cookie Clearer

For user-experience testing we needed a way to destroy IdP
session cookies. Since we don't support SLO, we needed something
quick and dirty. The cookie cleaner runs at `https://weblogin.itlab.stanford.edu/clearidpcookie`

## server.xml

All the configuration is in `etc/tomcat8/server.xml`. Since this Tomcat is not running
behind an Apache proxy, it handles redirecting from port 80 to port 443.