We upgraded to JBoss 3.2.4 final and there's no longer an example for the 
ClusteredSingleSignOnValve (There was in JBoss 3.2.4RC2). 
So, I added this to server.xml: 

<Valve className="org.jboss.web.tomcat.tc5.sso.ClusteredSingleSignOn" 
  | debug="0" 
  | treeCacheName="jboss.cache:service=TreeCache,type=jboss.web"/> 

And this to the Tomcat5 jboss-service.xml file: 

<mbean code="org.jboss.cache.TreeCache" 
  | name="jboss.cache:service=TreeCache,type=jboss.web"> 
  | 
  | <attribute name="ClusterName">DefaultPartition</attribute> 
  | <attribute name="ClusterProperties">sso-channel.xml</attribute> 
  | <attribute name="CacheMode">REPL_SYNC</attribute> 
  | <attribute name="IsolationLevel">READ_COMMITTED</attribute> 
  | <attribute 
name="TransactionManagerLookupClass">org.jboss.cache.JBossTransactionManagerLookup</attribute>
 
  | 
  | </mbean> 
  | 
  | <mbean code="org.jboss.web.tomcat.tc5.Tomcat5" 
  | name="jboss.web:service=WebServer"> 


Unfortunately, it looks like the authentication credentials are lost again. Hopefully 
this is a configuration issue. I did notice this lines in the log: 

18:08:55,769 ERROR [GroupRequest] both corr and transport are null, cannot send group 
request 
  | 18:08:55,769 ERROR [GroupRequest] both corr and transport are null, cannot send 
group request 

Any insights?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839458#3839458

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839458


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to