is the form tag in my JSP
<servlet-mapping>
<servlet-name>AdminFacultyLogin</servlet-name>
<url-pattern>/AdminFacultyLogin</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>AdminFacultyLogin</servlet-name>
<servlet-class>adminPackage.AdminFacultyLogin</servlet-class>
</servlet>
are the ones in my servlet
Hi i would like to create a login page for my application. I have a JSP and a servlet. My JSP page has two forms. When I click on the submit button it says Error 404. I have the servlet. I checked web.xml for servlet mapping. I found that the servlet mapping is perfect. I couldn't figure out the reason behind error 404