...
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:
...
Code Block |
---|
java -jar server.jar dir:/usr/fabric3/config/runtime1 |