Versions Compared

Key

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

...

Code Block
java -jar server.jar controllernode  -- launches a runtime using the configuration under runtimes/controllernode 
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 starting the runtime in clean mode will delete information stored in the data directory, including transaction recovery logs. 

Clone

The For high-density clustered topologies such as cloud environments, Fabric3 provides the ability to clone runtimes. This allows new instances to be spawned from a configuration template using a single command without the need for manual setup. The clone parameter makes a copy of a runtime configuration template and boots the runtime using the copied configuration:

...