Skip to main content
Skip table of contents

Setting Up Environment To Run CLI

  1. For all the following targets, the FES must be running.
  2. The 'connection.properties' are common to all targets and must be provided correctly.
  3. The following connection properties are mandatory:
    • ESB_HOME - Relative path to your ESB installation directory
    • FIORANO_HOME - Relative path to your Fiorano installation directory
    • ANT_LIB - Relative path to your libraries directory
    • HTTP_PROXY_SET - Can be set to either 'true' or 'false'. If proxy is used, other related details need to be provided
    • CONNECTION_USER_NAME - ESB User name
    • CONNECTION_PASSWORD - ESB Password
    • RMI_CONNECTION_STRING - RMI Connection URL used for connecting to FES server.
    • RTL_CONNECTION_STRING - RTL Connection URL used for connecting to FES server.
    • CONNECTION_TIMEOUT - Connection timeout for Cli calls.
    • VERBOSE - Can be set to either 'true' or 'false'. Errors will be logged to console if it is set to 'true'
  4. To run a CLI target, simply set the corresponding properties in one of the properties files and type 'ant <target>' on command line. The possible values for <target> are explained in the next section.
  5. If <target> is omitted, 'launchApps' is called by default. The default target can be changed by changing the default' attribute of the (root) 'project' tag in 'build.xml'.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.