Hi, I am not able to get SSO to work with Tomcat in Geronimo. Would be glad if anyone can point out where i am wrong?
I have deployed a Realm. The Web plan contains <gbean name="SSOValve" class="org.apache.geronimo.tomcat.ValveGBean"> <attribute name="className">org.apache.catalina.authenticator.SingleSignOn</attribute> </gbean> and <container-config container="Tomcat"> <config-param name="TomcatRealm">TomcatJAASRealm</config-param> <config-param name="TomcatValveChain">SSOValve</config-param> </container-config> Both web applications use the same Realm When i login to 1 application and try accessing another web application i get the login screen to login to the second application. Regards Krish
