One of hundreds of answers available with our premium content service.
A: A servlet URL mapping is the second part of a servlet configuration in a Web application's web.xml file. The first part declares the servlet and gives it a name, the URL mapping tells the servlet container on which URL the servlet should operate, as below.
… full answer hidden
Premium members click below for full answer
What is a servlet URL mapping?