Tom, thanks for the suggestion. I got the TGT replication to work post server 
restart by referring the bootstrapcacheloader in the TGT cache.  Now I see the 
TGT's cache getting populated post server restart.

Here is the changed configuration for TGT cache

<bean id="ticketGrantingTicketsCache"
 class="org.springframework.cache.ehcache.EhCacheFactoryBean"
 p:cacheName="cas_tgt"
 p:timeToIdle="0"
 p:timeToLive="7201"
 p:cacheEventListeners-ref="ticketRMIAsynchronousCacheReplicator"
 p:bootstrapCacheLoader-ref="ticketCacheBootstrapCacheLoader" />



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