BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType app-deploymentType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}app-deploymentType (extension)

Documentation
Corresponds to AppDeploymentMBean
Properties
This component is not nillable.

Model
<...>
(install-dir?, plan-dir?, plan-path?, version-identifier?, validate-dd-security-data?, security-dd-model, staging-mode?, alt-descriptor-path?, alt-wls-descriptor-path?, application-identifier?, application-name? )
</...>


Nested Element Summary
xs:stringalt-descriptor-path
          A path on the file system for the application descriptor for this application. 
xs:stringalt-wls-descriptor-path
          A path on the file system for the WLS-specific application descriptor for this application. 
xs:stringapplication-identifier
          The Application Identifier of the application version uniquely identifies the application version across all versions of all applications. 
xs:stringapplication-name
          The name of the application. 
xs:stringinstall-dir
          The path to application's install-root directory, relative to the domain/config/deployments directory. 
xs:stringplan-dir
          The location of this application's configuration area. 
xs:stringplan-path
          The path to the deployment plan document on Administration Server. 
 security-dd-model
          The security deployment model. 
xs:stringstaging-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:booleanvalidate-dd-security-data
          Specifies whether security deployment data should be validated. 
xs:stringversion-identifier
          Uniquely identifies the application version across all versions of the same application. 
Source
<xs:complexType name="app-deploymentType">
<xs:complexContent>
<xs:extension base="dom:basic-deploymentType">
<xs:sequence>
<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:restriction base="xs:string">
<xs:enumeration value="DDOnly"/>
<xs:enumeration value="CustomRoles"/>
<xs:enumeration value="CustomRolesAndPolicies"/>
<xs:enumeration value="Advanced"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation