i'm using form based security in jboss with j_security_check
the problem is when i access login.jsp directly and try to login it gives an invalid page reference error 400.
how can i make it so that u can login by going to the login.jsp directly and then it sends you to a page based on the role of your entered username? if ur the admin role it sends to admin.jsp and if its in user role it sends to somethingelse.jsp
Start Free Trial