1. download and extractthe
esup-cas-quick-start package (details);
Download the esup-cas-quick-start package (details)
and extract it on your file system
2. Configure
2a. User authentication
Please refer to the high-level
CAS GH authentication page.
2b. HTML rendering (optional)
Please refer to the HTML rendering
page.
2c. Context (optional)
Edit properties/build.properties to
precise the ports Jakarta Tomcat should be listening to (8005
and 8443 by default). For instance:
jakarta-tomcat.port.shutdown=8006
jakarta-tomcat.port.https=8444
2d. HTTPS (optional)
Please refer to the HTTPS configuration page.
3. Install
Run Ant to install everything:
ant install
4. Test
Start Jakarta Tomcat with Ant:
ant tomcat-start
and test (for instance by accessing http://localhost:8444).
What to do next?