Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

Súbor s konfiguračnými parametrami aplikácie sa nachádza vThe file with configuration parameters of the application is located in

<app_directory>/<app_name>/application.propertieskde

where <app_directory> je adresár aplikácií a is the app directory and <app_name> je názov aplikácie

Súbor je v textovom formáte, jednotlivé parametre sú uložené v tvare kľúč=hodnota. Význam parametrov je popísaný v kapitole Parametre pre proces D2000 Server.

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 Súbor application.properties obsahom zodpovedá kľúču [HKEY_LOCAL_MACHINE\SOFTWARE\Ipesoft\<meno<instance_inštancie>name>\cfg_APPL_NAME]. Hierarchická The hierarchical (stromová) štruktúra informácií je vyjadrená oddeľovačom tree) structure of information is expressed by the delimiter '.' (bodka) v názve kľúčaperiod) in the key name.

Blok kódu
languagetext
titleapplication.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
...



Kotva
client.properties
client.properties
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).