Hello,
I would like to create a data grid with Payara to increase availability of my web applications. Only, I've been struggling for 4 days trying to figure out how to create a data grid under Payara.
Note : I am a beginner on Payara and, even if I have a short experience with Glassfish3, I have never had to manage either cluster or data grid, only a standalone machine.
I created 3 machines as shown below:

Each of its machines uses a domain called production. Theoretically, the thirsty_stallman machine should be my DAS and the other two, optimistic_dewdney and vigilant_hermann, should be members of the data grid. But that's not the case, and I don't know why. It seems that each of my machines behaves like DAS and waits for instances to join them:
- thirsty_stallman (port forwarding: 4848->4848, 8080->8080, 8181->8181, 4900->4900, 5900->5900) : screenshot here

- optimistic_dewdney (port forwarding: 4848->4849, 8080->8081, 8181->8182, 4900->4901, 5900->5901) : screenshot here

- vigilant_hermann (port forwarding: 4848->4850, 8080->8082, 8181->8183, 4900->4902, 5900->5902) : screenshot here

Before asking, I read a lot of documentation including
this and
this but none of it has helped me to progress so far.
My questions:
- How to create a single DAS, in a unique way?
- How to link other servers to the DAS?
- How to launch the data grid? manage the data grid?
- How to deploy SOAP or REST applications in the data grid?
Any ideas ?
Thanks