module_path
module_path = shared-library-directory
where shared-library-directory is the absolute path to the directory containing any external library the server may need. This may include TIBCO FTL or ActiveSpaces libraries as well as the JVM.
You can specify multiple directories (for example, to load both TIBCO FTL and ActiveSpaces libraries). Separate paths using a colon (:) on UNIX platforms, or semicolon (;) on Windows platforms.
For example:
module_path = c:\tibco\ftl\6.6\bin
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.