I want to change the default Port from 5900 (default) to 6900.
How can I achieve this in a domain.xml?
I have there the following Tags:
<hazelcast-runtime-configuration/>
<configs>
<config name="server-config">
<hazelcast-config-specific-configuration/>
...
</config>
</configs>
I askerd chatGPT he had different suggestions, all lead to invalid tag.
- I should add a net work tag
- I should add a configuration-file tag with a specific hazelcast config file and some more
Nothing worked!