Allow configuration of hazelcast plugin from outside the plugin jar
Description
The current implementation can only read configuration files from inside the plugin jar, which is quite limiting. A configuration file should be readable from alternate locations.
Environment
None
Activity
Show:
Alex Mateescu
October 30, 2012 at 1:39 PM
Added hazelcast.config.xml.directory property (defaults to ${OPENFIRE_HOME}/conf). Cluster class loader adds this to the classpath.
The current implementation can only read configuration files from inside the plugin jar, which is quite limiting. A configuration file should be readable from alternate locations.