GlassFish is an open-source application server project for the Java EE platform.
Questions tagged [glassfish]
207 questions
0
votes
1 answer
Glassfish 5 cluster creates JSESSIONID on each request
I am trying to configure a Glassfish cluster following the official HA guide.
The app is a standard JSF app (with Primefaces). At first I thought that the problem was related to JSF itself, but then as soon as I got deeper in the matter, I realized…

Leonardo
- 103
- 5
0
votes
1 answer
Reengineer a Glassfish Cluster to be used with AWS Auto Scaling and ELB
I am in my learning path for the AWS Solution Architect exam. Please consider this question under this point of view, an auto assignment :-)
As an exercise for the reliability pillar I am trying to rethink a working Glassfish Cluster consisting in…

Leonardo
- 103
- 5
-1
votes
0 answers
Exclude certain hosts from Payara Server access log
We have an external load balancer that makes health checks to the application servers. We use conditional logging in our current Apache TomEE server to prevent this activity from filling up the HTTP Access Log.
Since we are migrating to Payara, we…

Jalal Almutawa
- 1
- 1
-1
votes
1 answer
How to configure Glassfish to allocate different memory size for JVM per web application
I have 2 Java web applications deployed on my Glassfish Enterprise Server v2.1.1.
I want each of them to have different configurations for JVM options, specially for memory allocation. I have studied this document. But it contains approach for…

RAS
- 101
- 3
-1
votes
6 answers
IIS and Glassfish in Windows 7
I installed the newest version of Windows 7.
This is my development box, so I have glassfish installed, which I use for Java applications. Also, I use IIS to run PHP applications. I run both servers on port 80, but never at the same time.
However,…

Zack Marrapese
- 99
- 1
- 4
-1
votes
1 answer
Does GlassFish Server need JDK or JRE in order to run Java EE applications?
I want to Install GlassFish Server in a computer without a GUI. I would like to know if a JDK or a JRE is required in order to run Java Platform, Enterprise Edition (Java EE) applications?

edelweiss
- 17
- 1
- 2
-1
votes
2 answers
Disable support for LOW encryption ciphers for glassfish port no 3920
Qualis team found a vulnerability with our glassfish with port no 3920 .
glassfish version :- glassfish-3.1.2.2
Port no :- 3920,3820
Below are the details from Qualis
Messages encrypted with LOW encryption ciphers are easy to decrypt.
…

user1726453
- 131
- 2
- 5
-1
votes
1 answer
SSL certificate is not properly installed on Glassfish
I am an java developer not an web server/IT infra guy so i dont know wether I am asking this question correctly or not, So i apologies if I am wrong somewhere.
Previously we are having an spring web application deployed on Glassfish server later on…

user1372488
- 121
- 1
- 1
- 9
-1
votes
1 answer
GlassFish v2.1 -- getting Application Client and Eclipselink to work together?
We are trying to use Eclipselink 1.1 with Glassfish v2.1. Following the instructions on:
http://wiki.glassfish.java.net/Wiki.jsp?page=FaqEclipseLinkGlassFishV2
I adapted the instructions for the appclient script on linux by adding the…
Nick
-1
votes
1 answer
Create printer localport from a network printer in windows 7
I'm having a problem to install a printer using localport,
The printer is installed on a pc with windows 7 and I need to install it in another PC with Windows 2008 R2 creating a new localport for the network printer
but when I create the port tells…

Aegis
- 123
- 1
- 6
-1
votes
1 answer
Remove subpath (context root) in nginx for a java app
The app is on a Payara server and with a context root nocodeapp-web-front-1.0
I don't want to have this context root in the url. This nginx config gives the intended result for the index page of the app (it is live at…

seinecle
- 101
- 4
-2
votes
1 answer
How does a certificate make a server HTTPS?
I've read plenty but i'm still very confused about the server certificate concept.
At what stage does it turn a glassfish server from HTTP to HTTPS and how?
I know how to create a certificate with keytool, but what happens to it after that? I read…
user666254