Using setenv.sh for hazelcast definition
We currently use a prconfig entry to set the hazelcast interface address as the address is different across our nodes (DSS can not be used). Here is the entry in prconfig.xml:
<env name="cluster/hazelcast/interface" value="159.202.xxx.xx" />
Two questions:
1. could the value be something like hostname -i ?
2. could this be moved to the setenv.sh (we are using tomcat)? a -D type parm? If so, what is the parm and could hostname -i be used?