previous
|
index
|
next
Deploying Servlets
A Servlet's class file must go in the web application's
WEB-INF/classes
directory.
Deployment includes
naming
a Servlet, associating the name with a
class
, and
mapping
the Servlet to a URL
pattern
.
previous
|
index
|
next