27.13. Path Manager

Configuration of the path manager:

[Note]Note

Special string $HOME can be used in a directory path. Every occurance of this string will be replaced be the home directory of currently logged user. Example: on unix system - /home/username, on win32 system - "C:\Documents and Settings\username"

[ Settings/PathManager ]
login_directory : string  = "$HOME/.massiv/client/login" 1
source_data_directory : string  = "./source_data" 2
data_directory : string  = "./data" 3
archive_directory : string  = "./archives" 4
log_directory : string  = "./log" 5
work_directory : string = "." 6

1

Path to a directory with login files.

2

Path to a directory with source data. Used by master data service only.

3

Path to a directory with data.

4

Path to a directory with archives. Used by server nodes only.

5

Path to a directory with log files.

6

Path to a directory for temporary files.