You are viewing the development documentation for the Apereo CAS server. The
functionality presented
here is not officially released yet.
This is a work in progress and will be continually updated as development moves forward. To view
the documentation for a specific Apereo CAS server release, please choose an appropriate version.
The release schedule is also available here.
JBoss Cache Ticket Registry
Deprecated Module!
The JBoss Cache Ticket Registry module is deprecated and will no longer be maintained. Furthermore, the module may be removed in subsequent CAS releases. Please try to use other options provided by the CAS server for your distributed ticket registry needs.
JBoss integration is enabled by including the following dependency in the Maven WAR overlay:
JBossCacheTicketRegistry stores data in a JBoss Cache that supports distributed
caches for failover support and is therefore suitable for HA deployments. Almost all of the configuration for this
component happens in the JBoss Cache configuration file; we present a starting configuration here but readers should
consult JBoss Cache
configuration documentation
for further details.
Sample JBossCacheTicketRegistry configuration for ticketRegistry.xml.
The jbossCache.xml file may be bundled in the overlay which allows it to be accessed from the classpath, as in the
example above, or it may be located on the filesystem. A sample jbossCache.xml file follows.