Copy the one from cas-server-webapp/src/main/webapp/WEB-INF into your WEB-INF directory and then make your changes, compile and deploy.
On Thu, Apr 5, 2012 at 12:27 PM, Brian Gibson < [email protected]> wrote: > Hi all, > > After following the "Setting Up CAS Locally using the Maven2 WAR Overlay > Method" I was able to get CAS authenticating against Active Directory and I > was able to switch Tomcat from using a self signed cert to using a CA > issued cert and I have it successfully listening on port 443 instead of > 8443 (baby steps!). > > Now I am trying to figure out how to access the Services Management > interface. I was reading this doc > > https://wiki.jasig.org/display/CASUM/Services+Management > > and it said to point to /cas/services/ (in our case > https://cas.wheatoncollege.edu/cas/services) but when I did that I was > getting redirected to > http://localhost:8080/cas/login?service=http%3A%2F%2Flocalhost%3A8080%2Fcas%2Fservices%2Fj_acegi_cas_security_check > > So, now I am following the > https://wiki.jasig.org/display/CASUM/Configuring helpdoc to edit my > cas.properties file but I am not quite sure which one to edit? Within my > Tomcat install I have one under "webapps\cas\WEB-INF". Inside my Maven-Cas > project folder I have one located under > "local-cas\target\local-cas-1.0-SNAPSHOT\WEB-INF" but I do not have one > where the help doc specifies, "local-cas\*src*\main\webapp\WEB-INF\". The > only file I have in there is the deployerConfigContext.xml that I copied > down into that folder to get the LDAP auth working. Am I supposed to copy a > cas.properties file in there and if so, from where? I assume I could edit > the one under the Tomcat directory but then I think I am no longer > following the Maven2 WAR Overlay Method. > > Thanks > -- > > ++++++++++++++++++++++++++++ > Brian Gibson > Systems Administrator > Wheaton College > > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- Eric Pierce Identity Management Architect Information Technology University of South Florida (813) 974-8868 -- [email protected] -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
