Knowledge Base - FAQ
Question: Where should I put my web.xml file so that it is read properly?When constructing a new Context, Tomcat uses the server's default web.xml file as the base configuration and the application specific web.xml (the one located in the application's WEB-INF/web.xml), to overwrite these defaults.
More on the Servlet API Specs.
Last Modified: Oct 12, 2001




