fmeCommonConfig.txt
##########################################
# FME Server Common Config File Parameters
##########################################
#
# Changes to any parameter value in this file will take effect only upon
# subsequent restart of the FME Server.
#
# The following parameters must be present in the config file and named exactly
# as shown:
#
#--------------------------------------------------------------------------
# Connection Limits
#--------------------------------------------------------------------------
#
# MAX_PENDING_CONNECT_REQUESTS - Maximum number of pending connect requests to allow on the
# REQUEST_PORT. Connect requests after this number will be
# rejected, rather than queued up for later processing.
#
# CHANNEL_READ_BUFFER_SIZE - Size of channel buffer used to read in client requests. The default is
# 8192. A larger buffer size may increase the speed of reading larger
# client requests, however, excessively large buffer sizes may decrease
# the speed of reading smaller client requests.
#
#--------------------------------------------------------------------------
# Environment
#--------------------------------------------------------------------------
#
#LOCALE_CONFIG_PATH - the path to the FME localization config file which contains the FME_LOCALE property
#
# If no file path or an invalid file path is specified, then the default system locale is used.
#
# If a valid file path is specified, the FME locale in the specified file is used.
# If there is no FME_LOCALE property in the file, then the default system locale is used.
#
# The language, country and variant are separated by underscores.
# Language is always lower case, and country is always upper case.
# Examples: "en", "de_DE", "_GB", "en_US_WIN", "de__POSIX", "fr__MAC"
#
#
# ROOT_PATH - The root path under which FME Server system files can be found.
#
# SERVER_PATH - The root path under which Server files can be found on FME Server.
#
# RESOURCE_PATH - The root path under which FME Server system resources can be found. Resources
# include localisable log message files, system properties, system state files, etc.
#
# CLIENTS_PATH - The root path under which FME Server client files can be found.
#
#--------------------------------------------------------------------------
# Security Management
#--------------------------------------------------------------------------
#
# SECURITY_HOME - The root path under which security modules reside.
#
# SECURITY_DEBUG - Can be true or false. If true, enables security debug messages to appear in
# log files. If false, no security debug messages will appear.
#
#--------------------------------------
# Authorization
#--------------------------------------
# DEFAULT_OWNER - The owner of the FME Server components added in the post-install scripts.
# Components include services, repositories, tasks, topics and subscriptions.
# The default owner must be a valid FME Server user.
#
#-------------------------------------
# Distribution Management
#-------------------------------------
#
# NODE_ENGINE_ADMIN_PORT - The integer port number on which the FME Server Engine node accepts requests.
# The port number specified here must match the value assigned to the
# NODE_ADMIN_PORT parameter defined in the processMonitorConfigEngines.txt
# file used to configure the FME Engines Process Monitor.
#
# NODE_CORE_ADMIN_PORT - The Core administration port used to manage SYSTEM processes.
#
#-------------------------------------
# Queue Connection
#-------------------------------------
#
# QUEUE_PASSWORD - Queue password.
#
#--------------------------------------------------------------------------
# ************** FME SERVER SETTINGS START **************
FME_INCLUDE_FILE={SAFE{serverDir}}/fmeDatabaseConfig.txt
#--------------------------------------------------------------------------
# Connection Limits
#--------------------------------------------------------------------------
MAX_PENDING_CONNECT_REQUESTS=500
CHANNEL_READ_BUFFER_SIZE=8192
#--------------------------------------------------------------------------
# Environment
#--------------------------------------------------------------------------
LOCALE_CONFIG_PATH={SAFE{resourcesDir}}/fmeLocaleConfig.txt
ROOT_PATH={SAFE{installDir}}
SERVER_PATH={SAFE{serverDir}}
RESOURCE_PATH={SAFE{resourcesDir}}
CLIENTS_PATH={SAFE{clientsDir}}
#--------------------------------------------------------------------------
# Key Management
#--------------------------------------------------------------------------
KEY_PATH={SAFE{repositoryServerRootDir}}/key
#--------------------------------------------------------------------------
# Security Management
#--------------------------------------------------------------------------
SECURITY_HOME={SAFE{serverDir}}/security
SECURITY_DEBUG=false
#--------------------------------------
# Deployment Management
#--------------------------------------
NODE_NAME={SAFE{nodeName}}
NODE_DESCRIPTION=FME Server running on {SAFE{nodeName}}
NODE_HOST={SAFE{nodeName}}
NODE_ENGINE_ADMIN_PORT={SAFE{processMonitorAdminPortEngine}}
NODE_CORE_ADMIN_PORT={SAFE{processMonitorAdminPortCore}}
#--------------------------------------
# Authorization
#--------------------------------------
SECURITY_FME_SERVER_CLUSTER={SAFE{securityCluster}}
DEFAULT_OWNER={SAFE{adminUserName}}
#-------------------------------------
# Queue Connection
#-------------------------------------
QUEUE_PASSWORD={SAFE{redisPassword}}
QUEUE_MAXNUMCLIENT=300
QUEUE_PORT={SAFE{redisPort}}
QUEUE_HOST={SAFE{redisHosts}}
# ************** FME SERVER SETTINGS END **************