- Setup CAS server properly (see previous FAQ).
- Change the WEBAPP_ROOT/ui-fw/WEB-INF/web.xml, adding this:
- if the tempo and CAS server run on the same machine, could change both the 'cas.com' and 'tempo.com' to the same host. (eg: 'localhost')
- you would also need to update the securityConfig.xml file with the proper host name for ticket validation:
- check the cas webapp looks for users only in the proper LDAP section (this is in deployerConfigContext.xml)
- check the apacheds webapp has the proper section

- check the certificate
- tomcat uses an alias named 'tomcat' by default, and here's how it looks in server.xml, with the regular intalio keystore
- you can delete the existing one by using the following command
- to generate a new certificate with the proper hostname, you can use the following command]
- and be sure you use the 'hostname' as first name and last name input

- Be Careful
-
- You need to configure SSL in jboss, edit the file $HOME/server/default/deploy/jbossweb-tomcat55.sar/server.xml
- Update the securityConfig.xml file as described above
- If it is not done already, update the run.conf with the keystore file path, as described above
|
|