Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleConfiguration files details
  • Configuration file can use FlexDeploy variables. See Property Replacement Support. You can use any property available in FlexDeploy or configure user defined property on Workflow Properties section.
  • Configuration file is not considered java properties file, even if you use extension as .properties, which means that you do not need to escape space on left side of equals sign.
    • For example, connectionpool_ds:A B Pool=${{OBI_A_B_DSN}} is valid syntax.
  • Make sure that you do not put single quote around variable values in configuration file or when you configure Property value in FlexDeploy for variables. FlexDeploy will automatically enclose variable values in single quote(').
  • It is possible that you may be using variable for ds, user, password inside connection pool, in which case you just need variables replacement in your configuration file.

...