Creates or updates DataSources, EIS entries, JMS objects, and Work Managers as defined by input properties files. The properties files will be processed for property replacement first before execution. See Property Replacement Support for more information about property replacement.
...
https://flexagon.com/2017/03/automating-the-creation-of-weblogic-configurations/
https://flexagon.com/2018/04/yes-you-can-create-weblogic-bridges-reliably-with-flexdeploy/
https://flexagon.com/2018/04/yes-you-can-create-work-managers-reliably-with-flexdeploy/
Tip |
---|
If you want to detect changes in WebLogic resource (properties) files and only deploy changed files, you can implement custom workflow as defined in Custom Workflow to detect changes in Properties Files. |
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Oracle WebLogic Home (WL_HOME) |
| Yes | WebLogic Home Directory. (e.g. |
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 Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, |
WebLogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. |
WebLogic Adapter Plan |
| No | Path to the XML files used by Resource Adapters. (optional) If this parameter is not used, the adapters' last-used setting will be used. |
...
Property Name
Property Code
Required
Description
Inputs
Property Name | Property Code | Required | Description |
---|---|---|---|
Properties File Path | FILE_PATH_TO_PROPERTIES | No | Comma-separated list of paths to the properties file(s). |
Outputs
Output Code | Required | Description |
---|---|---|
FDWLS_OUT_IS_RESTART_REQUIRED | No | A |
...