I try to setup a cluster with a SSO. Cluster seem works fine, but SSO not. Maybe i make some mistake in cfg.. I'm using Apache 2.0.58 + Mod_jk2 + Jboss 4.0.4 using sticky session
I start from "all" server cfg and set jmvRoute, useJK, loopback for UDP connection (i'm using a windows environment), and also set to activate ClusteredSingleSignOn My war contains distributable tag and use a FORM based authentication method (based on users and roles properties file). The problem is that SSO doesn't works. E.g.: The user connect to my application (http://myapp:80/app) This request is routed to node1 (node2 is running also) The user execute login and works as usually Now node1 died When the user done a new request, the request is routed to node2 but the use must autheticate itself again . On the log i can see this message: "SSO cookie is not present" 2006-07-13 15:34:38,781 DEBUG [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost]] SSO cookie is not present 2006-07-13 15:34:38,781 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager] check to see if needs to store and replicate session with id eMgnAW0y81sbuSJGlhp4-g**.node1 2006-07-13 15:34:38,781 DEBUG [org.jboss.web.tomcat.tc5.session.ClusteredSession] processSessionRepl(): session is dirty. Will increment version from: 21 and replicate. so seems that SSO cookie is not propagated.. why? (my browser allow cookie) Any idea? Thank You Roberto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957765#3957765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957765 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
