Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleinfo

Been running my brain around in circles thinking abut about how to manage the Glassfish cluster. Derrr, in Glassfish cluster each server instance is assigned its own IP and Glassfish ensures that all server instances in the cluster are synchronised. It doesn't matter which server instance you communicate with, Glassfish ensures they are synced. NGINX can be used as load balancer via its reverse proxy configuration. So, I will set up an NGINX reverse proxy that distributes messages to each server instance as it sees fit, by . By doing so, Glassfish will ensure the other server instances are synced.

...