In order to make a cluster of servers appear as one server, you need to introduce a load balancer. A load balancer will accept a request, and redirect it to one of the members of the cluster depending on a given configuration. A web server such as NGINX or Apache can act as this load balancer as...
GlassFish to Payara Server Migration - Migrating away from the Load Balancer Configurator Plugin
16 Dec 2016
In the first of our series on migrating away from Oracle GlassFish Server, we will look at replacing the functionality of the Load Balancer Configurator, and its potential alternatives.
Payara Server load balancing with NGINX
10 Nov 2015
This short blog post will show you how to use NGINX to load balance between 2 or more Payara Server instances using the sticky session.