Now, do a deploy... you will always need to follow these steps
during the development process
- Compile the code
- Add the LoginServlet to web.xml in a servlet entry
- Add a servlet-mapping entry for /login to point to the new
servlet entry
- Move the LoginServlet.class file to "app_home"/WEB-INF/classes/se452/forms
- Move the login.html file to "app_home"
- Point your browser to: http://localhost:8080/se452/login.html
- Try to log in!


