![]() |
Note that this feature might not be included in your version of the IDE.
If it is not available, you can edit the deployment descriptor |
The web.xml property sheet enables you to edit the various elements that make up a web module deployment descriptor file. These properties appear on three tabbed panes:
On the Deployment pane of the web.xml property sheet, you can set the following properties:2.2
to specify a web module whose
deployment descriptor refers to the Servlet 2.2 DTD, or 2.3
to
specify a web module using the Servlet 2.3 DTD. To upgrade a servlet 2.2 web
module, chose 2.3
from the Web Application Version property option
list. This will change the web module's deployment descriptor to use the Servlet
2.3 DTD. Once a web module has been marked as version 2.3, the IDE does not
allow it to revert to 2.2. See Upgrading
to JSP 1.2 and Servlet 2.3 Specifications for more information.For more information, see Java Servlet 2.3 Specification available
at http://java.sun.com/products/servlet
.