Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleCatalog QT WS location

For the purpose of this documentation I assume that Catalog QT WS server is installed on localhost:8080.

Starting Catalogue QT Update

...

Warning

Please note that Update Process requires IMAS environment to work properly. If you don't have your IMAS environment set, it will complain

Code Block
> java -jar ./target/catalogAPI.jar  -startUpdateProcess --url http://localhost:8080
IMAS library not set up in the environment. (IMAS_PREFIX missing)

The easiest way to use IMAS environment is to run Update Process on the machine where IMAS environment is set. For example - Gateway.

...