Introduction to Java Servlets
Previous:
8.1 What you'll need
Up:
8. Step by Step
Next:
8.3 Create the servlet
8.2 Create webapp
Under webapps directoy, create the following directory structure:
mydemo |-- WEB-INF | |- classes | | | |-mydemo web.xml
Introduction to Java Servlets
Previous:
8.1 What you'll need
Up:
8. Step by Step
Next:
8.3 Create the servlet