Servlet Deployment Descriptor
Deployment Descriptor: In a Java web application, a file named web.xml is known as a deployment descriptor. It is an XML file and <web-app> is the root element for it. When a request comes web server uses a web.xml file to map the URL of the request to the specific code that handles the request. … Read more