Once a Java2 Enterprise Edition (J2EE) module deployment profile is created, JDeveloper also auto-generates an associated deployment descriptor. Application components are packaged and deployed to J2EE containers using standard archive formats along with the J2EE and/or the OC4J-specific application deployment descriptor(s). The deployment descriptor information contains all of the declarative data required to deploy the components as well as the assembly instructions that describe how the components are composed into an application. You may also choose to manually create your own deployment descriptors rather on using the auto-generated version. In either case, you may wish to make modifications to the deployment descriptor, for example to add or delete elements in the file. Deployment descriptors appear in the Navigator below the specified project.
To edit deployment descriptors:
See New Gallery - General - Deployment Descriptors Category for more information.
Notes:
Note:
META-INF/application-client.xml
found in the first entry of the sourcepath
. Any other names and
locations for application-client.xml
will be ignored.