1 Reply Latest reply on Sep 17, 2012 3:54 PM by bsl.lacerda

    Clustered SSO Doesn't work

    bsl.lacerda

      Hi all!

       

      This is my first discussion in this forum, so I'm sorry if I do something wrong.

       

      I have tho Apps, App_A.war and App_B.war.

      App_A.war is deployed on Server A, instance A

      App_B.war is deployed on Server B, instance B

      Apache is running with mod_cluster and it's working.

      I configured Clustered SSO, commenting <Valve className="org.apache.catalina.authenticator.SingleSignOn" /> and uncommenting <Valve className="org.jboss.web.tomcat.service.sso.ClusteredSingleSignOn" />.

       

      The login page of App_B redirects to login page of App_A and it's correct and is working. App_A and App_B were found.

       

      The problem is, after authentication, I can't access the App_B. The login page of App_B is executed again and the user is been redirected to the principal.action of App_A again.

       

      The JBoss version is JBoss SOA-P 5.

       

      Thanks in advance!