Definition: Deployment Descriptor

A deployment descriptor is an xml file (similar in concept to an ini file) that contains miscelaneous information needed by the web container (i.e. Orion or Apache). For example, you use the deployment descriptor to specify which files in your web app should be password protected. Each web-app has one deployment descriptor called WEB-INF/web.xml.