Hello,
i'm trying to code a login page in a
JEE application on netbeans. So I create: login.jsp, login_error.jsp and admin/admin.jsp pages.
**login.jsp**
**login_error.jsp**
I made the necessary configurations in the deployment file **web.xml**
and also, in **glassfish-web.xml**
In the admin console (relative to glassfish5), i create a new user in security->realms->file with the name="admin", password="0000" and user group="appadmin".
The problem is, when I'm trying to
test the application, I keep having the error page every time I enter a correct username/password or a wrong username/password.
Can anybody help me to solve this problem please?
thanks