Deploying Servlets
- A servlet's class file must go in the web
application's WEB-INF/classes directory.
- In a previous exercise, you enabled an invoker servlet that
executes anonymous servlet classes that have not been defined in
a web.xml file.
- In practice, deployment includes naming a servlet, associating
the name with a class, and mapping the servlet to a URL
pattern.