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 or Rendezvous 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\ftl\6.6\bin
Note: When deploying EMS 8.3 and later transports for TIBCO Rendezvous 8.4.4 and earlier, you must configure the module_path parameter to include the path to the EMS libraries before the Rendezvous libraries.