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] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
