I am trying to configure using jdbc realm in Payara 5.194
I belive I do all right but always get this message:
Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: no LoginModules configured for AguaLecturaRealm
I attach an image of the realm configuration
For simplicity reasons use none in digest algorithm …and on other occasions I had no problems. Also add my web.xml configuration:
<login-config>
<auth-method>FORM</auth-method>
<realm-name>AguaLecturaRealm</realm-name>
<form-login-config>
<form-login-page>/login.jsp</form-login-page>
<form-error-page>/error.jsp</form-error-page>
</form-login-config>
</login-config>
<security-role>
<role-name>admin</role-name>
</security-role>
It doesn’t occur to me what could be wrong