This appendix describes common properties for components that Oracle Virtual Assembly Builder can introspect, and other properties that can be specified for deployment. It contains the following sections:
The following OCM-related properties are common to all appliances.
Table C-1 OCM-related Common Properties
Name | Req'd | Default | Description |
---|---|---|---|
ocm.anonymousEmailRegistration.emailId |
false |
none |
Email address to use to register with OCM using an email address that is not associated with a metalink account. |
ocm.metalinkCsiRegistration.CSI |
false |
none |
Register deployments using a Customer Support Identifier. |
ocm.metalinkCsiRegistration.countryCode |
false |
none |
Two-letter country code associated with the CSI. |
ocm.metalinkCsiRegistration.metalinkId |
false |
none |
Metalink ID associated with the CSI. |
ocm.metalinkEmailRegistration.metalinkEmailId |
false |
none |
Register deployments using an email ID associated with a metalink account. |
ocm.metalinkEmailRegistration.metalinkPassword |
false |
none |
Password associated with the metalink account. |
ocm.proxyHost |
false |
none |
Required when OCM registration must occur through a proxy. |
ocm.proxyPassword |
false |
none |
Required when OCM registration must occur through a proxy. |
ocm.proxyPort |
false |
none |
Required when OCM registration must occur through a proxy. |
ocm.proxyUsername |
false |
none |
Required when OCM registration must occur through a proxy. |
ocm.repeaterURI |
false |
none |
For use when registering through a configured OCM hub. |
ocm.runConfiguration |
false |
false |
Set to true in order to perform OCM registration. |
The following OCM-related system properties are common to all appliances. They cannot be modified by users.
External resources represent services to which an Oracle WebLogic Server domain connects.
All external resource appliances have the properties described in Table C-3 (
hostname
is a user property and external-appliance
is a system property).
Table C-3 External Appliance Template Properties: Common Properties
Name | Type | Req'd | Default | Description |
---|---|---|---|---|
hostname |
String |
false |
none |
The hostname where the service the external appliance is representing resides. By default this value is unset in the external appliance templates. You must provide a value before deployment. |
Table C-4 describes properties for external appliances to connect a foreign JMS output on an Oracle WebLogic Server Admin server.
Table C-4 foreignJms Properties
Name | Type | Req'd | Default | Description |
---|---|---|---|---|
url |
String |
false |
none |
The URL used to connect to the foreign JMS server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Password |
String |
false |
none |
The password used to connect to the foreign JMS server. If not specified in the template then the value from the reference system will be retained when the Oracle WebLogic Server domain is deployed. |
Table C-5 describes properties for external appliances to connect a JMS message bridge output on an Oracle WebLogic Server Admin server.
Table C-5 jmsBridgeDestination Properties
Name | Type | Req'd | Default | Description |
---|---|---|---|---|
url |
String |
false |
none |
The URL used to connect to the JMS bridge destination server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Username |
String |
false |
none |
The username used to connect to the JMS bridge destination server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Password |
String |
false |
none |
The password used to connect to the JMS bridge destination server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Table C-6 describes properties for external resources to connect an LDAP output on an Oracle WebLogic Server Admin server.
Name | Type | Req'd | Default | Description |
---|---|---|---|---|
Username |
String |
false |
none |
The username used to connect to the LDAP server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Password |
String |
false |
none |
The password used to connect to the LDAP server. If not specified in the template then the value from the reference system is retained when the Oracle WebLogic Server domain is deployed. |
Table C-7 describes properties for external resources to connect a non-Oracle JDBC output on an Oracle WebLogic Server Admin server.
Table C-8 describes properties for external resources to connect an Oracle JDBC output on an Oracle WebLogic Server Admin server.
The Oracle Virtual Assembly Builder allows you to configure the Deployer properties described in Table C-9 through the deployer.properties file. This file must reside in the
<deployer WLS domain dir>/ovab/config
directory.