I have a doubt where i want to separate hazelcast from cas so that whenever I restart cas the logged in users dont get logged out since cas is restarting hazelcast ,so I want to seperate cas and hazelcast so that the restart does not affect the logged
in users
I am currently having CAS 5.3
What property to add for that or what to remove
currently using
cas.ticket.registry.hazelcast.cluster.instanceName=sessionConfig
cas.ticket.registry.hazelcast.cluster.port=5701
tried
cas.ticket.registry.hazelcast.cluster.enabled=false which does not start the cas itself,what to do