SE452: Deploy the example [7/20] Previous pageContentsNext page

Now, do a deploy... you will always need to follow these steps during the development process

  1. Compile the code
  2. Add the LoginServlet to web.xml in a servlet entry
  3. Add a servlet-mapping entry for /login to point to the new servlet entry
  4. Move the LoginServlet.class file to "app_home"/WEB-INF/classes/se452/forms
  5. Move the login.html file to "app_home"
  6. Point your browser to: http://localhost:8080/se452/login.html
  7. Try to log in!

Previous pageContentsNext page