| Attributes Summary |
| binariesURL : String | Specifies the location of the application's ear file.
|
| useMetadataFromBinaries : boolean | Normally, the server will use the bindings, extensions, and deployment descriptors co-located with the appdeployment document, rather than those descriptors which are colocated with the binaries of the application.
|
| enableDistribution : boolean | Boolean attribute that specifies whether the application should be automatically distributed to other nodes.
|
| warClassLoaderPolicy | Defines whether there is a single classloader (SINGLE) for all WARs in the application or a classloader per WAR (MULITPLE) in the application.
|
| createMBeansForResources : boolean | Defines if MBeans are created for all the resources such as servlets, jsps, EJBs defined in an application when the application is started on a deployment target.
|
| reloadInterval : long | The timeperiod (in seconds) in which the application's filesystem will be scanned for updated files.
|
| reloadEnabled : boolean | Whether the application's filesystem will be scanned for updated files, so that changes are dynamically reloaded.
|
| modules : ModuleDeployment
*
| The module deployment configuration for each module of an enterprise application.
|
| classloader : Classloader | Classloader configuration for this application deployment.
|