Login « Validation « JSP-Servlet Q&A





1. Multiple Login validation...    coderanch.com

2. Login Validation In JSP    coderanch.com

Hello, I'm new at JSP. I'm trying to do login validation from jsp page. I have two jsp page. one is try.jsp Which will create login form it will send to test.jsp. Where test.jsp will check the username and password from database. and if it is right then forword it to page useraccount.jsp and if not then to form.jsp But when ...

4. Program to validate a user against LDAP for login Authentication    java-forums.org

Hi All , I have a very basic issue in LDAP . I am using OPEN DS as my LDAP Server and JNDI API to access LDAP Server for authorization. After creating a new user in Open DS, I created an html with username & password as textfield. Then I created a servlet which connected succesfully to LDAP Server. However, I ...