I build a web application with JSPs and in my servlet I have:
public class MyServlet extends HttpServlet { protected void processRequest(HttpServletReque
You can configure it in Tomcat's web.xml (or corresponding configuration files in similar servers), like below using the tag :
MyOwnServlet MyServlet 1