Monday, July 25, 2011

Change hostname in uPortal Quickstart

Quick and dirty - change localhost in the following two files to the server name/IP you want to use:

apache-tomcat-6.0.24/webapps/uPortal/WEB-INF/web.xml
apache-tomcat-6.0.24/webapps/uPortal/WEB-INF/classes/properties/security.properties

This will fix the problem where you deploy the quickstart to a server that is not localhost. The CAS login will now work.