> a) Failover and b) load balancing in the context > > of Jboss4.2.3GA app server and CAS 3.3.1 server.
We run 3.0.6 on JBoss 4.x in production in an active/standby configuration. We use the standard memory-backed ticket storage and this works fine for our purposes. We are planning to move to an active/active configuration using http://www.ja-sig.org/wiki/display/CASUM/JpaTicketRegistry for persistent ticket storage in the next few months. If you already have a load balancing infrastructure, all you really need is a shared ticket storage container. If you really like JBoss Cache, you could check out JBossCacheTicketRegistry as well, but there appears to be less documentation describing how to use it. Examining the source might help, http://developer.jasig.org/source/browse/jasigsvn/cas3/tags/cas-3-3-1-final/cas-server-integration-jboss/src/main/java/org/jasig/cas/ticket/registry/JBossCacheTicketRegistry.java. Regards, Marvin Addison Middleware Services Virginia Tech -- 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
