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 Parameters for D2000 Server chapter.

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
...

Common parameters for D2000 processes

 It is also possible to create a client.properties file in the application directory (e.g., /opt/d2000/myapp/client.properties). This can contain startup parameters that are common to all D2000 client processes (KOM, ARC, EVH, CLC, etc.) that are started within this installation and application (either directly by the D2000 Server process or as separate processes started using systemd).

Napíšte komentár