> I am trying to build a cluster cas using > https://wiki.jasig.org/display/CASUM/Clustering+CAS and our Cisco HW > loadbalancer. > My issue is that I am not sure if it relevant or if it is conflicting with > https://wiki.jasig.org/display/CASUM/JpaTicketRegistry to store ticket.
Those two wiki pages are somewhat in conflict, yes. While the Clustering CAS page provides complete application and system-level instructions, it assumes the use of JBoss Cache for ticket storage. Actually, you can choose any ticket registry that supports clustering: - Database (JpaTicketRegistry) - Memcached - JBoss Cache > 2010-11-02 09:26:06,608 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] > - <Granted service ticket [ST-1-YMBXIlQMAn5QKXGFNnJv-idp02] for service > [http://content.imd.ch/moodle/login/index.php] for user [moncef]> > > 2010-11-02 09:26:11,561 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] > - <Granted service ticket [ST-2-gLyRcO9TQbfVgBQgPY5o-idp02] for service > [http://content.imd.ch/moodle/login/index.php] for user [moncef]> Granting multiple tickets on the same TGT can sometimes be a sign of client configuration problems. Are your clients also behind a load balancer? You'll need to take additional steps to accommodate clustered clients. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
