Morning Diego,

SESSION REPLICATION

You only need this if you have not enabled
ClientContinuationFlowExecutionRepository.  This is configured within
cas-servlet.xml by adding the "repository-type" attribute with a value of
"client" to the "flowExecutor" bean.


TICKET REGISTRY REPLICATION

If all of your servers point to the same database or a load balancer of
databases where the actual databases replicate with one another, then you
are set.


ENSURING TGT COOKIE VISIBILITY

In WEB-INF/spring-configuration/ticketGrantingTicketCookieGenerator.xml, you
will see the bean used to generate TGTs.  In the vanilla install, you will
find that it does not specify the domain the cookies should be generated
for.  If you are deploying multiple CAS servers, you likely have some kind
of subdomain like "sso.example.com", which needs to be configured there.
The property is called "domain" or "p:domain" if using the shorthand syntax
of Spring configuration.  Just set this to the most specific subdomain
available to both CAS servers.


That should be it.
A-


On 7/16/09 6:25 AM, "Diego Benedicto" <[email protected]> wrote:

> 
> Hi all,
> 
> I would need to setup a CAS Server in cluster with JBoss Web Server
> (possibility of active-active and active-pasive cluster).
> 
> I am using JpaTicketRegistry and I have followed this tutorial about
> clustering: 
> http://www.ja-sig.org/wiki/display/CASUM/Clustering+CAS
> 
> 
> So, here we go:
> 
> 
> -Guaranteeing Ticket Uniqueness : as I am using CAS 3.2.x, no problem.
> 
> -JBoss Session Replication: I have to configure it in Jboss, ok.
> 
> -Ticket Cache Replication: I am using JpaTicketRegistry , so...Must I to
> configure Ticket Cache Replication?
> I think no, because I am storing the tickets in Oracle Database with
> JpaTicketRegistry .
> 
> -Ensuring Ticket Granting Ticket Cookie Visibility: Must I to configure it
> with JBoss Web Server?
> 
> 
> Thanks in advance,
> Diego
> 

-- 
Andrew Feller, Business System Programmer
LSU University Information Services
200 Frey Computing Services Center
Baton Rouge, LA 70803
Office: 225.578.3737
Fax: 225.578.6400



-- 
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

Reply via email to