Hi,
The doc for Tomcat has a very short paragraph on the web.xml file and a few scattered tidbits but no one place I've found that gives all of it.
In another section of the Tomcat doc it says there is doc with several chapters:
|
Quote:
|
|
Servlet API Specification, Version 2.4. Describes the programming environment that must be provided by all servlet containers conforming to this specification. In particular, you will need this document to understand the web application directory structure and deployment file (Chapter 9), methods of mapping request URIs to servlets (Chapter 11), container managed security (Chapter 12), and the syntax of the web.xml Web Application Deployment Descriptor (Chapter 13). The Javadoc API Documentation is included in the specification, and with the Tomcat download.
|
And in another page:
|
Quote:
|
|
The complete syntax and semantics for the deployment descriptor is defined in Chapter 13 of the Servlet API Specification, version 2.3.
|
Does anyone know where the doc with Chapter 13 can be found?
Thanks,
Norm