- style
importOWSMPolicy
Imports OWSM Custom Policies into an OWSM Repository.
This operation assumes that the deployable jar file is already copied to the WebLogic Domain Lib Directory, or the FDWLS_OWSM_LIB_DIR Environment Instance property is specified. If neither condition is met, this operation will look for the deployable jar in the FD_ARTIFACTS_DIR.
Either FDWLS_DEPLOYABLE_JARNAME or FDWLS_INP_DEPLOYABLE_JARNAME must be given. FDWLS_INP_DEPLOYABLE_JARNAME overrides FDWLS_DEPLOYABLE_JARNAME.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
FDWLS_WEBLOGIC_HOME | Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
FDWLS_DOMAIN_NAME | Yes | WebLogic Domain Name. |
FDWLS_ADMIN_LISTEN_ADDRESS | Yes | The listener address of the WLS admin server. (e.g. localhost) |
FDWLS_ADMIN_LISTEN_PORT | Yes | The port of the WLS admin server. (e.g. 7001) |
FDWLS_ADMIN_USE_SSL | No | Indicates whether the admin server is using SSL. |
FDWLS_ADMIN_USER | Yes | The user name for the WLS admin server. |
FDWLS_ADMIN_PASSWORD | Yes | The password for FDWLS_ADMIN_USER. |
FDWLS_ADMIN_SERVER_NAME | No | WebLogic Admin Server Name. Will Default to AdminServer. |
FDWLS_ADMIN_DOMAIN_DIRECTORY | No | WebLogic Domain Directory for AdminServer. Used when the admin server runs from a different domain folder than managed servers |
FDWLS_DOMAIN_DIRECTORY | Yes | WebLogic Domain Directory for managed servers. |
FDWLS_OWSM_LIB_DIR | No | OWSM Lib directory to copy jar file and specify the path in the server class path. |
FD_ORACLE_MW_HOME | Yes | The oracle middleware home (which has subfolders such as oracle_common, wlsserver_10.3, coherence*, etc.). |
Project Properties
Property Name | Required | Description |
---|---|---|
FDWLS_DEPLOYABLE_JARNAME | No | Specify the deployable jar name. |
Inputs
Input Name | Required | Description |
---|---|---|
FDWLS_INP_DEPLOYABLE_JARNAME | No | Overrides the FDWLS_DEPLOYABLE_JARNAME project property. |
Outputs
Output Name | Required | Description |
---|---|---|
|
|
|
Artifacts
This operation consumes jar file artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance which have a resource type of WLS Admin Server. Since the admin server only runs on one server, it is expected that for a given domain, there will only be one endpoint with a resource type set to WLS Admin Server.
Endpoint Execution
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
- style