Versions Compared

Key

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

...

Under the /starter project folder, JARs containing the application artifacts will be created in the /target output directories for each sample application module.

 

Info

Note internet access is required the first time the project is built so Maven can download the required project dependencies. Remote access can be turned off for subsequent builds by executing:

mvn -o clean install

...

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

 

Info

It may be necessary to run Fabric3 with larger heap settings than the JVM defaults. To do so, use the standard JVM command line parameters, e.g.:

java -Xmx1024M -XX:MaxPermSize=1024M -jar server.jar

...