Versions Compared

Key

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

...

This page explains how the Runtime is installed and configured for DCM.

Runtime installation

The Runtime can be downloaded in using the artifactory or installed using the installer.

If the installer is used, the Runtime will install and run automatically.

...

Code Block
languagepowershell
$ java -Dserver.port=18080 -Dspring.config.additional-location=file:///config/DCM2/Runtime/config -jar blueriq-runtime-{{version}}.jar

If it is needed to serve the Runtime in an application server, the Installing Runtime page explains how to do that.

Runtime Configuration