Hi, i have a problem using cas server with Apache + Tomcat or Apache + IIS ; when i call http://localhost:8080/cas/ all work good (only tomcat answer this call) but when i call http://localhost/cas/ (through webserver) i can't see the form login and after few minutes the result is timeout ! The mod_jk appears working good (i have other web application under it)
I'm using the standard version of cas server 3.2.1; this is a cas log's extract when i call http://localhost:8080/cas/ and all work good ------------------------------------------------------------- 2008-07-14 11:12:12,562 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - Action 'InitialFlowSetupAction' beginning execution 2008-07-14 11:12:12,562 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - sono nella do Execute [EMAIL PROTECTED] externalContext = [EMAIL PROTECTED] requestParameterMap = map['null' -> '']], requestScope = map[[empty]], attributes = map[[empty]], flowExecution = [EMAIL PROTECTED] flow = 'login-webflow', flowSessions = [EMAIL PROTECTED] flow = 'login-webflow', state = 'initialFlowSetup', scope = map[[empty]], flashMap = map[[empty]], status = Active]]]] 2008-07-14 11:12:12,562 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting ContextPath for cookies to: /cas 2008-07-14 11:12:12,562 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2008-07-14 11:12:12,578 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. ------------------------------------------------------------- this the same log's extract when i call http://localhost/cas/ ------------------------------------------------------------- 2008-07-14 11:16:50,312 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - Action 'InitialFlowSetupAction' beginning execution 2008-07-14 11:16:50,312 DEBUG [org.jasig.cas.web.flow.InitialFlowSetupAction] - sono nella do Execute [EMAIL PROTECTED] externalContext = [EMAIL PROTECTED] requestParameterMap = map['null' -> '']], requestScope = map[[empty]], attributes = map[[empty]], flowExecution = [EMAIL PROTECTED] flow = 'login-webflow', flowSessions = [EMAIL PROTECTED] flow = 'login-webflow', state = 'initialFlowSetup', scope = map[[empty]], flashMap = map[[empty]], status = Active]]]] 2008-07-14 11:16:50,328 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting ContextPath for cookies to: /cas 2008-07-14 11:16:50,343 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. ------------------------------------------------------------- How can see in the last case it doesn't excecute [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. What can i do to resolve problem ??! Any idea ? _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
