Server Command-Line Options for FTL Stores

When starting the EMS server with FTL stores, the server must be pointed at the FTL server cluster where message data and configuration information will be stored and retrieved from. This is done via the following server command line options.

Option Description
-ftl_url url The FTL server URL list for the FTL server cluster to connect to.
-ftl_app_name name The name of the application defined in FTL that will be used by this server’s FTL stores.

This name must match the application name specified while uploading the JSON configuration to the FTL server cluster.

-config key The key specified while uploading the JSON configuration to the FTL server cluster.
-module_path path_list Path to lib directory of FTL installation.
-ftl_trust_file pathname Path to the plaintext file that contains the FTL servers’ public certificate. Required for TLS communication with a secure FTL server cluster.
-ftl_user user User name to use when connecting to an FTL server cluster that has authentication enabled.
-ftl_password password Password to use when connecting to an FTL server cluster that has authentication enabled.

Refer to the Password Security section of the TIBCO FTL Administration product guide for details on the full syntax.

The syntax for starting the EMS server with FTL stores is as follows:
tibemsd -ftl_url <url> -ftl_app_name <application_name> -config <key> -module_path <path_list> [-ftl_trust_file <path> -ftl_user <user> -ftl_password <password>]

Examples

Example 1
tibemsd -ftl_url http://hostname:8080 -ftl_app_name default -config uniquekey -module_path FTL_HOME/lib
Example 2
tibemsd -ftl_url https://hostname:8080 -ftl_app_name default -config uniquekey -module_path FTL_HOME/lib -ftl_trust_file ftl-trust.pem -ftl_user user1 -ftl_password password