| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}app-deploymentType (extension)
Corresponds to AppDeploymentMBean
Nested Element Summary | |
xs:string | alt-descriptor-path A path on the file system for the application descriptor for this application. |
xs:string | alt-wls-descriptor-path A path on the file system for the WLS-specific application descriptor for this application. |
xs:string | application-identifier The Application Identifier of the application version uniquely identifies the application version across all versions of all applications. |
xs:string | application-name The name of the application. |
xs:string | install-dir The path to application's install-root directory, relative to the domain/config/deployments directory. |
xs:string | plan-dir The location of this application's configuration area. |
xs:string | plan-path The path to the deployment plan document on Administration Server. |
| security-dd-model The security deployment model. |
xs:string | staging-mode The mode that specifies whether a deployment's files are copied from a source on the Administration Server to the Managed Server's staging area during application preparation. |
xs:boolean | validate-dd-security-data Specifies whether security deployment data should be validated. |
xs:string | version-identifier Uniquely identifies the application version across all versions of the same application. |
<xs:complexType name="app-deploymentType"><xs:complexContent></xs:complexType><xs:extension base="dom:basic-deploymentType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="install-dir" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="plan-dir" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="plan-path" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="version-identifier" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="validate-dd-security-data" nillable="false" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="security-dd-model" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="DDOnly"/><xs:enumeration value="CustomRoles"/><xs:enumeration value="CustomRolesAndPolicies"/><xs:enumeration value="Advanced"/></xs:restriction><xs:element minOccurs="0" name="staging-mode" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="alt-descriptor-path" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="alt-wls-descriptor-path" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="application-identifier" nillable="true" type="xs:string">
</xs:element><xs:element minOccurs="0" name="application-name" nillable="true" type="xs:string"></xs:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |