The file with configuration parameters of the application is located in

<app_directory>/<app_name>/application.properties

where <app_directory> is the app directory and <app_name> is the name of the application

The file is in text format, individual parameters are stored in the form key = value. The meaning of the parameters is described in the chapter Parameters for D2000 Server.

The file's application.properties content corresponds to the key [HKEY_LOCAL_MACHINE\SOFTWARE\Ipesoft\<instance_name>\cfg_APPL_NAME]. The hierarchical (tree) structure of information is expressed by the delimiter '.' (period) in the key name.

application.properties
###############################################################
# Kernel
Kernel.AlarmsWithoutFocus = false
Kernel.APPL_NAME = a10_1
Kernel.AuditDepth_RES_GROUP = 0
Kernel.AuditDepth_USER = 0
Kernel.character_encoding_APP_DEFAULT = @OS_ACTUAL@
Kernel.CheckDODMTreesInterval = 0
Kernel.ColorConditionalItems = 16777215
Kernel.ColorMandatoryItems = 16777215
Kernel.UseJava = 1
...
Napíšte komentár