ECN-AW133 New properties available in gateway.conf

Incidents: 3162439

RPI Number: 1115598

Product: AcuToWeb

Module: AcuToWeb

Machines Affected: All

DESCRIPTION:

There are three new properties available to the AcuToWeb config file, gateway.conf. They are:

path_fill_combo
The fillcombo.js is a JavaScript file used to populate the Alias field of the Connection Setup screen with aliases that you might run on a regular basis. By default By default, this file is located in the AcuToWeb\Web\js sub-directory of your installation path. Use path_fill_combo to specify your own fillcombo.js file.

Example: PATH_FILL_COMBO C:\my-acutoweb\fillcombo.js

timeout_atw_conn
Use timeout_atw_conn to insert a time delay to ensure that the connection to the AcuToWeb Desktop has been established before your application runs. Increase the value of this option if you are having connection problems for applications requiring the AcuToWeb Desktop. The default value is 100 (milliseconds); a suggested value is 450.

Example: TIMEOUT_ATW_CONN 450

append_log_file
append_log_file is a boolean flag that determines whether a new log file is created, or the existing one appended to when logging is required. A value of 1 (the default) will append to the existing file, and a value of 0 will truncate the file when it is opened.

Example: APPEND_LOG_FILE 0