Versions Compared

Key

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

...

Code Block
java -jar server.jar controller | -- launches a runtime using the configuration under {{runtimes/controller}} |
java -jar server.jar participant |-- launches a runtime using the configuration under {{runtimes/participant}}  |
java -jar server.jar foo |-- launches a custom runtime using the configuration under {{runtimes/foo image}} |

Note it is possible to run multiple runtime instances from a single disk image. In this case, the image will contain multiple configurations under the runtimes directory. Each instance can then be started by specifying the runtime name, for example:

...