'''Question: How do I add a servlet mapping?''' The following is an example of a servlet mapping. This should be located in your web.xml {{{ example ExampleServlet examples /example }}} ---- CategoryJava