Once the referenced data has been extracted, it must be configured for use. The configuration parameters go into the addressing.yaml file. This file is created when you run the configure command.
Format of this command:
configure --s "/data" --d "/path/to/ggsidist-{version}/resources/config"
where --s is the location of the extracted .spd file and --d is the destination folder for the generated addressing.yaml file.
Note: If a REST Service is running, the web server must be restarted whenever
addressing.yaml is updated.
Configure data located on multiple paths
The format to configure
the data located on multiple paths
is:
where "/data,/data2" are two folders of data. configure --s "/data,/data2" --d "/path/to/ggsidist-{version}/resources//config"
Create tokenized properties
To create tokenized properties, use the string "TOKEN". (The default is TOKEN). The format is:
configure --s "" --d "" --r "TOKEN"
configure --s "" --d --r "FULL"