GlassFish 5 is the reference Java EE 8 application server.
Questions tagged [glassfish-5]
92 questions
0
votes
0 answers
ClassNotFoundException glassfish servlet
So I am trying to set up a glassfish server using Intellij. It used to work but suddenly it doesn't work anymore. The error message I'm getting is "java.lang.ClassNotFoundException: test.Test" (full stack trace at the bottom).
Edit: Not using…

Grisungen
- 333
- 2
- 7
-1
votes
1 answer
simple jsf commandbutton work on every single page except home page
A Java EE 8/SE 8 web application in deployement runnnig on Glassfish 5 build 25 both production and development, uses jsf 2.3. users create accounts and login. there is a 'logout' button for loging out.
Problem: 'logout' button works as expected…

usertest
- 2,140
- 4
- 32
- 51