(since 4.5.1.11)
...
Environment/Instance 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 Admin Domain Directory |
| No | Weblogic Domain Directory for AdminServer. If not provided, |
Weblogic Domain Directory |
| Yes | Weblogic Domain Directory.(e.g. |
Project Properties
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 Name | Required | Description |
---|---|---|
FDWLS_OUT_IS_RESTART_REQUIRED | No | A |
...
If Properties File Path
is not specified, the FD_ARTIFACTS_DIR
folder will be used. If a relative path is specified, the path will be relative to the FD_ARTIFACTS_DIR
directory. WebLogic configuration files including JMS modules are backed up to FD_TEMP_DIR/configbackup
before modifications. As with all files in the endpoint working directory, these files will be saved for 3 days before being deleted.
Example Folder Structure
- Properties file can be named as per your requirements. See Example Properties File below.
jmsconfigurationsmyWorkManager.properties
– This is the main properties file. The path to it is referenced byProperties File Path
.DEV/ jmsconfigurationsmyWorkManager.properties
- optionally create a file here and override some properties with it per environment. The filename must match.PROD/ jmsconfigurationsmyWorkManager.properties
- optionally have several environments.- Sub folder names for environment overrides must be FlexDeploy environment code.
...