Documentation
Kattare is dedicated to making your hosting experience as painless as possible.
That means making as much help and documentation available as possible.
If you have a question that you think would be helpful to have here, please
[Submit your Question].
|
|
| Category |
| JSP-Java Servlets |
|
Question
|
Last Modified: Oct 12, 2001
|
| Where should I put my web.xml file so that it is read properly? |
| Answer |
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.
|
[FAQ Main]
[Submit a Question]
[Back to Category "JSP-Java Servlets"]
|