Configure GlassFish Server passwords in scripts or Docker
With GlassFish, you can automate password setup in non-interactive scripts, preconfigure them in custom Docker images, or pass them dynamically as environment variables or command-line arguments at container startup. Read more to find out how…
Configure GlassFish Server passwords in scripts or Docker Read Post »
Reflections on 2024: A Remarkable Year for OmniFish, GlassFish, Piranha, and Jakarta EE
From expanding our team to pushing the boundaries of what GlassFish and Piranha can do, this year has been nothing short of transformative. Let’s take a look back at some of the highlights and share our hopes for an even brighter future.
Reflections on 2024: A Remarkable Year for OmniFish, GlassFish, Piranha, and Jakarta EE Read Post »
GlassFish is rolling forward. What’s New?
What’s been happening in the past 2 years and what’s up with GlassFish right now? GlassFish evolves with enterprise support, improved logging, microservices, updated security, and much more…
GlassFish is rolling forward. What’s New? Read Post »
Start GlassFish in foreground – a closer look at the optimized “startserv” Script
The startserv script is a command-line tool to start GlassFish in the foreground easily. It is used by the official GlassFish Docker image to optimize running GlassFish in Docker.
Start GlassFish in foreground – a closer look at the optimized “startserv” Script Read Post »
How to: Apache Server as a Load Balancer for your 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 »
How to: Set up a GlassFish Cluster
This tutorial will guide you to set up a GlassFish cluster that serves a single application on multiple machines. To be used with sticky sessions load balancing.
How to: Set up a GlassFish Cluster Read Post »
Upgrade to Jakarta EE 10 – part 3: Transform incompatible Dependencies
In this article, we’ll address upgrading individual libraries used by your applications. This solves two problems. First, it improves the
Upgrade to Jakarta EE 10 – part 3: Transform incompatible Dependencies Read Post »
Upgrade to Jakarta EE 10 – part 2: Transform Application Source Code
We explain how you can automate transforming the application’s source code to use the Jakarta EE 10 APIs. This will enable you to use new features in Jakarta EE 10 as well as newer versions of external libraries that require Jakarta EE 10.
Upgrade to Jakarta EE 10 – part 2: Transform Application Source Code Read Post »