Posts tagged NGINX
Securing a Payara Server Cluster using NGINX
Published on 10 Aug 2017
by Matthew Gill
Topics:
NGINX,
Hazelcast,
Clustering,
How-to,
Scalability
|
3 Comments
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 well as a reverse proxy, which allows the web server to load balance requests across the cluster, act as a termination point for SSL connections to reduce strain on the cluster, as well as cache server content for quicker access. In this blog, we will set up NGINX as a reverse proxy and secure it using SSL.
GlassFish to Payara Server Migration - Migrating away from the Load Balancer Configurator Plugin
Published on 16 Dec 2016
by Fabio Turizo
Topics:
Java EE,
NGINX,
How-to,
GlassFish,
GlassFish Migration
|
0 Comments
Payara Server load balancing with NGINX
Published on 10 Nov 2015
by Claudio Salinitro
Topics:
NGINX,
How-to
|
1 Comment