ApplicationDeployment

Application deployment configuration into a WebSphere J2EE environment.

Inherits from type DeployedObject and adds the following.

Attributes Summary
binariesURL : StringSpecifies the location of the application's ear file.
useMetadataFromBinaries : BooleanNormally, 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.
warClassLoaderPolicyDefines whether there is a single classloader (SINGLE) for all WARs in the application or a classloader per WAR (MULITPLE) in the application.
createMBeansForResources : BooleanDefines 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 : LongThe timeperiod (in seconds) in which the application's filesystem will be scanned for updated files.
reloadEnabled : BooleanWhether 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 : ClassloaderClassloader configuration for this application deployment.

Attribute Details

binariesURL    -    Specifies the location of the application's ear file. This can be an absolute value such as /opt/MyApps/myapp.ear or a pathmap variable such as ${MY_APPS}/myapp.ear.
     data type:  String
     default Value:   unspecified



useMetadataFromBinaries    -    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. When this flag is true, the server will run using the metadata that is in the original binaries.
     data type:  Boolean
     default Value:   false



enableDistribution    -    Boolean attribute that specifies whether the application should be automatically distributed to other nodes. In single server configuration this attribute specifies if the application binaries are expanded or deleted from install destination (binariesURL) upon installation or uninstallation.
     data type:  Boolean
     default Value:   true



warClassLoaderPolicy    -    Defines whether there is a single classloader (SINGLE) for all WARs in the application or a classloader per WAR (MULITPLE) in the application.
     data type: 
     default Value:   unspecified



createMBeansForResources    -    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.
     data type:  Boolean
     default Value:   false



reloadInterval    -    The timeperiod (in seconds) in which the application's filesystem will be scanned for updated files. The reloadInterval attribute on the ApplicationDeployment object in deployment.xml will override the property if it was set in the application's deployment descriptor.Valid range is > 0.
     data type:  Long
     default Value:   3



reloadEnabled    -    Whether the application's filesystem will be scanned for updated files, so that changes are dynamically reloaded. The reloadInterval attribute on the ApplicationDeployment object in deployment.xml will overrides the setting in the application's deployment descriptor.
     data type:  Boolean
     default Value:   true



modules    -    The module deployment configuration for each module of an enterprise application.
     data type: ModuleDeployment*



classloader    -    Classloader configuration for this application deployment.
     data type: Classloader


 

Copyright IBM Corp. 1996-2002