Skip to content
Snippets Groups Projects
README.md 612 B
Newer Older
Scotty Logan's avatar
Scotty Logan committed
# Tomcat9 Configuration for login.itlab.stanford.edu
Scotty Logan's avatar
Scotty Logan committed

Scotty Logan's avatar
Scotty Logan committed
There are three parts:
Scotty Logan's avatar
Scotty Logan committed

Scotty Logan's avatar
Scotty Logan committed
* `etc/tomcat9` is the actual Tomcat configuration
* `var/lib/tomcat9` includes the `ROOT` webapp
* `opt/cookieservlet` includes the X509 cookie / IdP logout servlet
Scotty Logan's avatar
Scotty Logan committed

## server.xml

Scotty Logan's avatar
Scotty Logan committed
All the configuration is in `etc/tomcat9/server.xml`. This Tomcat is configured to run
behind an Apache proxy, which is configured using the
[itlab/idp-apache-config](https://code.stanford.edu/et-public/itlab/idp-apache-config)
repo.
Scotty Logan's avatar
Scotty Logan committed
## Shibboleth IdP
Scotty Logan's avatar
Scotty Logan committed
The IdP runs at `https://login.itlab.stanford.edu/idp`, and is a normal-ish Shibboleth v4.x IdP.