Versions Compared

Key

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

...

Windows notes

Alternatively on Windows and Linux systems you can set the following file:

No Format
CATALINA_BASE/bin/setenv.sh (linux)
CATALINA_BASE/bin/setenv.bat (windows)

...

Code Block
JAVA_OPTIONS="${JAVA_OPTIONS} -Dfcrepo.home=/mnt/fedora-data"

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

Windows notes

Alternatively on Windows and Linux systems you can set the following file:

...

Code Block
--exec
-Dfcrepo.home=/mnt/fedora-data

...

Maven jetty:run

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

...