Deployment descriptor

Source: Wikipedia, the free encyclopedia.

A deployment descriptor (DD) refers to a configuration file for an artifact that is deployed to some container/engine.

In the

enterprise application) should be deployed.[1] It directs a deployment tool to deploy a module or application with specific container options, security settings and describes specific configuration requirements. XML
is used for the syntax of these deployment descriptor files.

For web applications, the deployment descriptor must be called web.xml and must reside in the WEB-INF directory in the web application root. For Java EE applications, the deployment descriptor must be named application.xml and must be placed directly in the META-INF directory at the top level of the application .ear file.

Types

In Java EE, there are two types of deployment descriptors: "Java EE deployment descriptors" and "runtime deployment descriptors".

Sun GlassFish Enterprise Server implementation.[3]

References

External links

See also