I only changed the cas.properties. What other local config stuff should I look at?
From: Scott Battaglia [mailto:[email protected]] Sent: Monday, November 22, 2010 12:17 PM To: [email protected] Subject: Re: [cas-user] How to run Service Manager over HTTP? Seems like you're not getting the service parameter being sent, which would be weird (since we protect by Spring Security). Did you change any other local config stuff? Just in case there is some weird issue, does http://tomcat:8080/cas/services/ work okay? On Mon, Nov 22, 2010 at 1:19 PM, Bryan Wooten <[email protected]<mailto:[email protected]>> wrote: I am trying to run CAS in a pure HTTP test environment so I can debug my Services Manager problems on Tomcat. I don't want to go through all the hassle of getting SSL to work :( Whenever I go to http://tomcat:8080/cas/services I get this in my log file: 010-11-22 11:06:05,039 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 2010-11-22 11:06:05,040 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 2010-11-22 11:06:17,384 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 2010-11-22 11:06:17,385 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> 2010-11-22 11:06:17,388 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 2010-11-22 11:06:17,388 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> and get directed to the successful login page. My cas.properties looks like this: cas.securityContext.serviceProperties.service=http://tomcat:8080/cas/services/j_acegi_cas_security_check # Names of roles allowed to access the CAS service manager cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN cas.securityContext.casProcessingFilterEntryPoint.loginUrl=http://tomcat:8080/cas/login cas.securityContext.ticketValidator.casServerUrlPrefix=http://tomcat:8080/cas Any ideas? Cheers, Bryan -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- 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 -- 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
