Hazelcast tick. reg. and Clearpass EhCache map do not seem to play well together. Try to get rid of the current clearpass config which uses EhCache and move it to Hazelcast too. See the attached sample replacement for the current clearpass config. (that’s just a sample, as you’d need to provide your own salt, secretKey values, etc.) And make sure to rename the ticket registry bean id to ‘ticketRegistryValue’ like so: <bean id="ticketRegistryValue" class="net.unicon.cas.addons.ticket.registry.HazelcastTicketRegistry"> <constructor-arg index="0" ref="hazelcast"/> <constructor-arg index="1" value="${tgt.maxTimeToLiveInSeconds:28800}"/> <constructor-arg index="2" value="${st.maxTimeToLiveInSeconds:30}"/> </bean> Best, D. -- 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 |
clearpass-configuration.xml
Description: XML document
|
