Javatpoint Logo

91-9990449935

 0120-4256464

Example of Login Form in Servlet Tutorial

Here, we are going to create the simple example to create the login form using servlet. We have used oracle10g as the database. There are 5 files required for this application.

  • index.html
  • FirstServlet.java
  • LoginDao.java
  • SecondServlet.java
  • web.xml

You must need to create a table userreg with name and pass fields. Moreover, it must have contained some data. The table should be as:


index.html
FirstServlet.java
LoginDao.java
WelcomeServlet.java