A deployment descriptor identifies the elements belonging to a particular web module, such as servlets and JSP files. The deployment descriptor also provides configuration information for that web module's deployment. The deployment descriptor takes the form of a plain text file, called web.xml, written in XML (Extensible Markup Language) syntax.
To edit the web.xml file of an existing web module:
When you save your changes, the IDE automatically parses the file and displays any errors in the Output window on the XML Parser pane.
If the port number of the server changes, the changes to the deployment descriptor do not take effect until you restart the web module.
See Also | |
---|---|
Web Modules (Concepts) File Location in a Web Module Editing Web Module Deployment Properties Editing Web Module Security Properties Editing Web Module References Properties |