Versions Compared

Key

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

...

Download the Fabric3 runtime by executing the Maven build script from the servers/vm directory:

mvn -o clean install.




This will create a server image for use with the samples in the /target/image directory.  Note the server is configured to run as a single instance. The /servers/cluster directory contains modules which will configure a multi-cluster Fabric3 installation. The starter applications can be deployed to either topology.

...

Alternatively, the Fabric3 server can be started from another working directory by executing:

java -jar <path to bin directory>/server.jar



...