hello everyone
last time i can run hazelcast in two server, and its synchronized, thanks for all your help :D
but now i want to ask how to change port,
i know that hazelcast can run 100 port, and it can be configured how many port do you want to use, and it can also set the port that you want to start
when i try it
<network>
<port>5801</port>
</network>
in my pom.xml and when i run it, terminated.
i cant find hazelcast.xml
in my program i dont use hazelcast.xml but i still can run the program, but the problem maybe i cant configure it
so i want to ask
how can i find hazelcast.xml ? if i find it, where i must put it ?
Thank you