Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > by-pkgid > c27466c2a3fa3cf6008c3a485d00ce04 > files > 87

jetty5-manual-5.1.15-1.5.2mdv2010.0.noarch.rpm

SECTION: 250-Configuration
TITLE: 130xmlweb
QUESTION: What is web.xml?

The web.xml file is the standard deployment descriptor that can be found at WEB-INF/web.xml within
a standard web application or WAR file.  It's format is determined by DTD (<2.3) or XML Schema (2.4)
and is described in the servlet specification, in many web tutorials and many good servlet books.
<p>
The web.xml file allows servlets and filters to be declared and mapped to locations in the URL space.
Declaritive security, welcome files and J2EE integration are also dealt with by web.xml elements.