
Leading the Way: Payara Platform Community 7 Beta Now Fully Jakarta EE 11 Certified
We’re excited to announce that Payara Platform Community 7 Beta application server is now fully certified as Jakarta EE 11 […]
Hazelcast in the Payara Platform offers several ways to configure how instances cluster. One new way is by using DNS records.
This can be done when starting Payara Micro by using the command line option –clustermode dns:domainname:port i.e.
java -jar payara-micro.jar –clustermode dns:www.payara.fish:4900
Or alternatively in the Data Grid page in the admin console of Payara Server:
Payara will look up the domain name in the local hosts file and the public ‘A ‘ records of the given domain and try to connect to those locations to cluster with. This works whether the domain names has one or several IP addresses associated with it, in which case it will try to connect to all of them, for both IPv4 and IPv6. If no port is specified then Payara will try to connect to port 4900 by default.
You can find out more about the discovery modes Payara supports in our documentation.
{{cta(‘4c7626f5-1e53-418e-90c8-add6e4af19c9’)}}
Share:
We’re excited to announce that Payara Platform Community 7 Beta application server is now fully certified as Jakarta EE 11 […]
The September 2025 release marks a significant milestone with Payara 7.2025.1.Beta1 advancing Jakarta EE 11 readiness, alongside focused improvements […]
Enterprise Java applications power global commerce, healthcare, government and countless other industries. These systems must be scalable, secure and […]
Link to https://docs.payara.fish/documentation/payara-server/hazelcast/discovery.html inside the text is broken.
Hi Krzysctof – thanks! I fixed the link and it should work for you now.