Sun GlassFish Enterprise Server v2.1.1 Application Deployment Guide

Sun Java System Application Server Descriptors

Sun GlassFish Enterprise Server uses optional deployment descriptors in addition to the Java EE standard descriptors for configuring features specific to the Enterprise Server.


Note –

Settings in the Enterprise Server deployment descriptors override corresponding settings in the Java EE deployment descriptors and in the Enterprise Server's domain.xml file unless otherwise stated. For more information about the domain.xml file, see the Sun GlassFish Enterprise Server v2.1.1 Administration Reference.


Each deployment descriptor (or XML) file has a corresponding DTD file, which defines the elements, data, and attributes that the deployment descriptor file can contain. For example, the sun-application_5_0-0.dtd file defines the structure of the sun-application.xml file. The DTD files for the Enterprise Server deployment descriptors are located in the as-install/lib/dtds directory.


Note –

Do not edit the DTD files; their contents change only with new versions of the Enterprise Server.


To check the correctness of these deployment descriptors prior to deployment, see The verifier Utility.

For general information about DTD files and XML, see the XML specification at http://www.w3.org/TR/REC-xml.

The following table lists the Enterprise Server deployment descriptors and their DTD files.

Table A–1 Sun GlassFish Enterprise Server Descriptors

Deployment Descriptor 

DTD File 

Description 

sun-application.xml

sun-application_5_0-0.dtd

Configures an entire Java EE application (EAR file). 

sun-web.xml

sun-web-app_2_5-0.dtd

Configures a web application (WAR file). 

sun-ejb-jar.xml

sun-ejb-jar_3_0-0.dtd

Configures an enterprise bean (EJB JAR file). 

sun-cmp-mappings.xml

sun-cmp-mapping_1_2.dtd

Configures container-managed persistence for an enterprise bean. 

sun-application-client.xml

sun-application-client_5_0-0.dtd

Configures an Application Client Container (ACC) client (JAR file). 

sun-acc.xml

sun-application-client-container_1_2.dtd

Configures the Application Client Container. This is more of a configuration file than a deployment descriptor. The Enterprise Server provides a default file in the domain-dir/config directory. Specifying a different file is optional.


Note –

The Enterprise Server deployment descriptors must be readable and writable by the file owners.

In each deployment descriptor file, subelements must be defined in the order in which they are listed under each Subelements heading, unless otherwise noted.