deployAndImportOWSMPolicy
This operation will copy the deployable jar, recycle the Admin Server and import OWSM custom policies into an OWSM Repository. Specify the FDWLS_OWSM_LIB_DIR
 to copy the deployable jar file into (e.g. /u01/oracle/config/custom_classes
). If not specified, it will be copied to the WebLogic Domain Lib Directory by default. This operation will use a single jar file from the artifacts folder.
If there are multiple jar files in the artifacts folder, the import will not happen and a new project version will have to be built that only includes a single jar.
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 user name for the WLS admin server. |
Weblogic Admin Password |
| Yes | The password for |
Weblogic Start Server Timeout |
| No | Time in milliseconds that the plugin operation will wait for server start. Plugin operation will return as soon as server starts, and if the server fails to start in timeout specified, plugin operation will fail. |
Weblogic Stop Server Timeout |
| No | Time in milliseconds that the plugin operation will wait for server stop. Plugin operation will return as soon as server stops, and if the server fails to stop in timeout specified, plugin operation will fail. |
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 Node Manager Port |
| Yes | The port for the WLS Node Manager. |
Weblogic Node Manager User |
| Yes | The user id for the WLS Node Manager. |
Weblogic Node Manager Password |
| Yes | The password for |
Weblogic Node Manager Host |
| Yes | Host for Node Manager connection. |
Weblogic Node Manager Type |
| No | Node Manager Type. (e.g. ssl, plain, SSH, RSH) |
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.). |
Artifacts
This operation consumes a jar file artifact.
Endpoint Selection
This operation will select all available endpoints associated to the 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.
Endpoint Execution
This operation will execute on the Admin Server endpoint selected using the WLS Admin Server resource type.
- style