Login Using JSP, SERVLET and MYSQL






In this tutorial I will explain how to login system work. I use eclipse ide with JSP and Sevlet also MySQL database. In my project database use XAMPP, because it has simple user interface with Apache  and MySql server.


1. index.jsp

In index.jsp page using simple html form tag where action="./LoginSevlet" is denote that it transfer username and password which was input in username and password field, to LoginSevlet. The LoginSevlet connect with database by MySQL connector "JAR file" 






Download Full Source code Here :-