I am looking for something similar, where I am using hazelcast as my ticket registry, but am looking to customize the configuration of it. I have tried taking the cas-generated hazelcast config xml (as seen from hazelcast management center), saving it to a location on the hard drive, modifying the settings I would like, and then trying to point cas at this config xml, with no results.
I have tried passing a java argument like this:
-Dhazelcast.config=$CAS_BASE_DIR/cas-settings/config/hazelcast-config.xml
I have also tried setting it in cas.properties like this:
hazelcast.config=file:${hcc.base.dir}/cas-settings/config/hazelcast-config.xml
neither of which have seemed to have an effect.
anyone have another idea on how to pass a custom XML, or otherwise interact with the hazelcast instance of cas other than the properties mentioned in the documentation via cas.properties?
thanks!