module_path
module_path = shared-library-directory
where shared-library-directory is the absolute path to the directory containing any library the server is dependent on. This may include TIBCO FTL, Rendezvous, or SmartSockets libraries, as well as OpenSSL or the JVM.
You can specify multiple directories (for example, to load both TIBCO FTL and Rendezvous libraries). Separate paths using a colon (:) on UNIX platforms, or semicolon (;) on Windows platforms.
For example:
module_path = c:\tibco\ss\bin\i86_w32\amd64
Note: When deploying EMS 8.3, 8.4, and 8.5 transports for older versions of TIBCO FTL or Rendezvous, you must configure the
module_path parameter to include the path to the EMS libraries before the FTL and Rendezvous libraries. This is the case when working with transports for:
This is not necessary when configuring transports for TIBCO FTL 5.0.0 or later.
Copyright © Cloud Software Group, Inc. All rights reserved.