Hello Guys,
I had the same issue and replacing <hostname> with <member> fixed the clustering part, Now, couple of other issues,
I have 2 servers in clustering in AWS using Hazelcasr. All servers are in the same zone.,
Server-a.openfire.domain.com and server-b.openfire..domain.com are instances name.
ELB is named chat.domain.com in DNS with CNAME
* I'm able to access admin console via server-a or server-b url directly but not with chat.domain.com
* Users are either connected to server-a or server-b and their names display the eiture backsend openfire server names instead of the ELB name.
* When adding users, username@chat.domain fails but username@server-a or server-b works.
Is there a "clean" way to do this and make server-a and server-b make aware of chat.domain.com so that users are not confused with the backend servers under ELB?
Anand