You are here: Reference Manual > FME Server Services > Transformation Services > Data Download Service > Web Application Properties

Web Application Properties

Properties for the Data Download Service are defined in the propertiesFile.properties configuration file at this location:

<WebAppDir>/fmedatadownload/WEB-INF/
conf/propertiesFile.properties

Data Download Service Properties File Content

# -----------------------------------------------------------------------------

# File Download Servlet configuration file

# -----------------------------------------------------------------------------

# This file details the installation parameters of the File Download Servlet.

#

# -----------------------------------------------------------------------------

# SERVER_NAME - The computer where the Transformation Manager is running. Can be specified

# as a network name (ie: "ATHENA") or an IP. The default value is

# "localhost".

SERVER_NAME=localhost

# SERVER_PORT - The port on which the Transformation Manager is running on the remote

# machine. This is an integer between 1025 and 65535.

# The default value is the default Transformation Manager listening port,

# which is 7071.

SERVER_PORT=7071

# SCHEDULER_PORT - The port on which the Scheduler Manager is listening.

SCHEDULER_PORT=7073

# CONNECTION_POOL_EXPIRY - The length of time in seconds in which an FME Server connection remains idle

# before expiring from the connection pool.

# If a value of less than or equal to zero is specified, then there is no

# connection pooling.

CONNECTION_POOL_EXPIRY=300

# RESOURCE_PATH - This is the path to the textual resources of the log.

# This file stores all the messages that will appear in the

# log as well as their code.

RESOURCE_PATH=C:/ProgramData/Safe Software/FME Server//localization

# RESULT_DIR - This is the directory where transformation results are stored.

RESULT_DIR=C:/ProgramData/Safe Software/FME Server//resources/system/temp/engineresults

# MIN_TIME_BETWEEN_REQS - This is the minimal amount of time that a client

# must wait before sending another request. If a

# request is sent before that interval, it will be

# ignored. The time is specified in milliseconds.

MIN_TIME_BETWEEN_REQS=1000

# LOG_CONFIG_PATH - The folder path that contains the log file configuration.

LOG_CONFIG_PATH=C:/Program Files/FMEServer/Utilities/config

# LOG_FILE_NAME - The file name that the log files will have in common.

LOG_FILE_NAME=datadownload.log

#ATTACH_TRANSFORMATION_LOG - A boolean value that determines if transformation

# log needs to be attached to notification email

ATTACH_TRANSFORMATION_LOG=false

#DEFAULT_RESPONSE_FORMAT - The default response format

DEFAULT_RESPONSE_FORMAT=HTML

#DEFAULT_USER_ID - The default user ID to log in FME Server

DEFAULT_USER_ID=guest

#DEFAULT_PASSWORD - The default password for default user ID

DEFAULT_PASSWORD=guest

#SECURE_CLIENT_ADDRESS - A boolean value that determines if token authentication includes the client

# address. Set it to true if enhanced security is required. The default value

# is false.

SECURE_CLIENT_ADDRESS=false

#SECURITY_CLIENT_ID - The client ID assigned to this web service.

SECURITY_CLIENT_ID=service_fmedatadownload

#REQUEST_DATA_DIR - The directory which stores request data from HTTP POST body

REQUEST_DATA_DIR=C:/ProgramData/Safe Software/FME Server//resources/system/temp/requestdata

#ENGINE_SUBSECTION - The subsection name used for workspace transformation

ENGINE_SUBSECTION=FILE_DOWNLOAD_SERVICE

#LOCALE - the locale of the service.

#

# If no value, then the default system locale is used.

#

# If specified, the specified 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"

#

LOCALE=

#FAILOVER_SERVER_NAMES - an optional list of space-separated FME Server host names. Two and only two host names are

# supported. Each host named must be running an FME Server. If this service cannot connect to

# (or loses its connection to) its primary FME Server, it will attempt to connect to the first

# FME Server system named in the list. If connection failure is similarly encountered with this

# system, this service will then attempt to connect to the next system in the list.

# After this, a subsequent connection failure will trigger a final attempt by this service to

# connect to the original, primary FME Server system again. If this also fails, this service

# returns an error message to the client.

#

# To use FAILOVER_SERVER_NAMES below, uncomment the line and replace <namelist> with a

# space-separated list of two FME Server host names. Do not include the angle-brackets in the

# namelist. For example:

#

# FAILOVER_SERVER_NAMES=primary secondary

#

#FAILOVER_SERVER_NAMES=<namelist>

# These are optional notifications that can be configured for this Servlet.

# The general configuration format is NOTIFY_<keyword>=<topic_name>.

#

# NOTIFY_ASYNC_JOB_SUCCESS - This generates a notification for all successful asynchronous (non-blocking) jobs.

#

# NOTIFY_ASYNC_JOB_FAILURE - This generates a notification for all failed asynchronous (non-blocking) jobs.

#

# NOTIFY_SYNC_JOB_SUCCESS - This generates a notification for all successful synchronous (blocking) jobs.

#

# NOTIFY_SYNC_JOB_FAILURE - This generates a notification for all failed synchronous (blocking) jobs.

#

NOTIFY_ASYNC_JOB_SUCCESS=DATADOWNLOAD_ASYNC_JOB_SUCCESS

NOTIFY_ASYNC_JOB_FAILURE=DATADOWNLOAD_ASYNC_JOB_FAILURE

NOTIFY_SYNC_JOB_SUCCESS=

NOTIFY_SYNC_JOB_FAILURE=

################### File Download Servlet configuration file END #####################

# is itself shared by all FME Server services.

CORS_SHARED_CONFIGURATION_FILE=C:/ProgramData/Safe Software/FME Server//localization/clients/cors.properties