Deploying a TIBCO FTL Server
A standalone FTL server does not provide fault-tolerant persistence capabilities and is not suitable for most production settings. For information on configuring and deploying an FTL server cluster that meets your production requirements, refer to the TIBCO FTL Administration product guide.
- Procedure
- Navigate to any empty directory that can be used as the data directory.
When not explicitly specified, the FTL server uses the current directory as its working data directory. If you have an existing FTL server working data directory that you would like to use, navigate to it instead.
cd data_dir_1
When the FTL server detects an empty working directory, it begins with a default configuration. The default FTL server configuration is sufficient for the purpose of connecting an EMS server with FTL stores.
- Run the following FTL server executable:
tibftlserver -n <name>@<host>:<port>
Where,
<name> is a unique name for the FTL server, for example,
ftl1
.<port> is any port not bound by another process.