Still getting my jargon down. The issue seems to be that the principal isn't being replicated for the session using form based authentication. From other posts, this would seem to indicate that it's not using ClusteredSingleSignOn. However, I clearly see a log message:
2005-05-19 13:28:30,366 INFO [org.jboss.web.tomcat.tc5.Tomcat5] Setting the cache name to jboss.cache:service=TomcatClusteringCache on jboss.web:host=recliner,name=ClusteredSingleSignOn,type=Valve Which shows that the sign on is being picked up. I'm wondering if for some reason they're being registered to different channels or different partitions. Based on the in-line documentation, they should have the same partition name since the name attributes are identical on both servers. Manually setting this to a value didn't change the observed behavior. I can't see any logging generated by single sign on, even with debug="2" and log4j.xml has org.jboss at debug level. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878434#3878434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878434 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
