Deploying Servlets Example (cont'd)
- Here is the URL associated with the Servlet:
- Note:
- A Servlet's name and class need not be the same.
- The URL pattern need not be an exact match of the Servlet name (can
have wildcards and other mappings)
- Must shutdown and restart the container to see changes.