previous |
start |
next
Servlets
- To deploy a servlet, you need to write a deployment
descriptor
- The deployment descriptor gives the servlet a name
- The name may be different than the class name
- The deployment descriptor tells how to locate the servlet
class
- The deployment descriptor tells which URL's map to the
servlet
previous |
start |
next