Versions Compared

Key

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

...

Additional information regarding the configuration of System Properties in Tomcat 7 can be found here.

Jetty 9

On Debian Linux systems, one way of setting System Properties is to update the following file:

No Format
/etc/default/jetty

Within that file, new properties can be added per the example below (note the use of JAVA_OPTIONS instead of JAVA_OPTS):

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