I'm trying to get my login form to with a MySQL Database and keep on getting the following error:
WARNING: WEB9102: Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: Security Exception
WARNING: WEB9102: Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: Security Exception
WARNING: WEB9102: Web Login Failed: com.sun.enterprise.security.auth.login.common.LoginException: Login failed: Security Exception
That's all I get from the stack trace. I'm following this tutorial:
http://blog.eisele.net/2011/01/jdbc-security-realm-and-form-based.html
This is my mapping on glassfish-web.xml:
This is my web.xml:
This is my login form:
This a screenshot of my realm setup in the server. I didn't use encryption to simplify things for the moment:
Since I have nothing else in the stack but what I posted above. I'm really not sure what's wrong. I would appreciate if anyone can me a push in the right direction.