Jakarta EE

Guides

How to: Apache Server as a Load Balancer for your GlassFish Cluster

This entry is part 2 of 2 in the series Load balancing with Eclipse GlassFish cluster

This tutorial will guide you to configure Apache HTTP Server as a load balancer for your GlassFish cluster. It shows how to apply the sticky session routing mechanism to keep requests within a single session served by a single GlassFish instance.

How to: Apache Server as a Load Balancer for your GlassFish Cluster Read Post »

GlassFish Embedded

GlassFish Embedded – a simple way to run Jakarta EE apps

In this article, I’m going to share how I use GlassFish Embedded in my project is APILoader. APILoader has a server component and a client component but they are deployed differently depending on the needs of their users. The server component can be deployed either on a central GlassFish Server, or together with the client component in a GlassFish Embedded container.

GlassFish Embedded – a simple way to run Jakarta EE apps Read Post »

Scroll to Top