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 Target 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
.
...
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle Weblogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. /u01/oracle/products/fmw/wlserver) |
Weblogic Domain Name |
| Yes | WebLogic Domain Name. |
Weblogic Admin Listen Address |
| Yes | The listener address of the WLS admin server. (e.g. localhost) |
Weblogic Admin Listen Port |
| Yes | The port of the WLS admin server. (e.g. 7001) |
Weblogic Admin SSL Connection |
| No | Indicates whether the admin server is using SSL. |
Weblogic Admin User |
| Yes | The |
username for the WLS admin server. | |||
Weblogic Admin Password |
| Yes | The password for |
Weblogic Admin Server Name |
| No | WebLogic Admin Server Name. Defaults to AdminServer. |
Weblogic Admin Domain Directory |
| No | WebLogic Domain Directory for AdminServer. Used when the admin server runs from a different domain folder than managed servers |
Weblogic Domain Directory |
| Yes | WebLogic Domain Directory for managed servers. |
Weblogic OWSM Lib Directory |
| No | OWSM Lib directory to copy jar file and specify the path in the server class path. |
Oracle Middleware Home (MW_HOME) |
| Yes | The oracle middleware home (which has subfolders such as oracle_common, wlsserver_10.3, coherence*, etc.). |
...
Project Properties
Property Name | Property Name | Required | Description |
---|---|---|---|
Weblogic Deployable Jar Name |
| No | Specify the deployable jar name. |
...
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Deployable Jar Name |
| No | Overrides the |
Outputs
...
Output Name
...
Required
...
Description
Artifacts
This operation consumes jar file artifacts.
...
This operation will select all available endpoints associated to the environment instance Target 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.
...