phpCAS latest release v2.1.2-1
last update 31-August-2007 11:53AM

esup-cas-quick-start installation
(Jakarta Tomcat, Yale ITS CAS server, CAS GH)

Some targets of the package claim for Ant 1.6.1 (at least).

In the following, command lines are given for Ant. Targets of the package can also be fired from the Eclipse environment, provided you have at least Ant 1.6.1 installed (details on how to configure Eclipse 3.0M7 with Ant 1.6.1).

Complete instructions

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?

Nothing if you think your configuration is correct, otherwise test again. Remember that each time you change your configuration, you should:

  1. run `ant tomcat-stop' to stop Jakarta Tomcat;
  2. run `ant uninstall' to remove previously installed things;
  3. run `ant install' to re-install and take your modifications into account;
  4. run `ant tomcat-start' to re-start Jakarta Tomcat;
 
SourceForge.net Logo

Copyright © 2002-2004 - ESUP-Portail consortium