Error « Login « JSP-Servlet Q&A





1. login leads to j_security_check error page    coderanch.com

I am working on jsp along with tomcat server.I am using container managed security and jdbcrealm configuration. In the login form, I am required to submit to j_security_check. I am able to successfully login. After that, each time I logout using session.invalidate() and I try to access protected site again, application will show the login screen but after clicking login it ...