[jboss-user] [Clustering/JBoss] - Re: TomcatClusteringCache Integration with CAS
bstansberry@jboss.com
do-not-reply at jboss.com
Wed Apr 16 18:21:50 EDT 2008
>From that wiki page, I see
| <bean id="cache" class="org.jasig.cas.util.JBossCacheFactoryBean">
| <property name="configLocation"
| value="classpath:jbossTicketCacheReplicationConfig.xml" />
| </bean>
|
Sounds like you'd need to write a similar class that finds the existing TomcatClusteringCache in JMX rather than instantiating one using a config file on the classpath.
You'd need to make sure the cache config CAS wants is the same as the TomcatClusteringCache's; if not not a good idea to try to make them use the same cache.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144659#4144659
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144659
More information about the jboss-user
mailing list