Versions Compared

Key

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

...

Additional information regarding the configuration of System Properties in Jetty 9 can be found here.

Maven jetty:run

System Properties can be set when using the Maven jetty:run plugin by passing them per the example below:

Code Block
mvn -Dfcrepo.home=/mnt/fedora-data jetty:run

One-Click Run

If the One-Click Run is started from the command line, System Properties can be passed in per the example below:

Code Block
java -Dfcrepo.home=/mnt/fedora-data -jar fcrepo-webapp-jetty-console.war