Versions Compared

Key

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

...

Code Block
-Dfcrepo.modeshape.configuration=<path-to-repository.json>
-Dfcrepo.infinispan.cache_configuration=<path-to-infinispan.xml>
-Dfcrepo.host=<hostname>
-Dfcrepo.port=<port>
-Dfcrepo.ctxt=<context>
-Dfcrepo.home=<some-dir>
  • fcrepo.modeshape.configuration defaults to "classpath:/config/single/repository.json"
  • fcrepo.infinispan.cache_configuration defaults to "config/infinispan/leveldb/infinispan.xml"
  • fcrepo.host defaults to "localhost"
  • fcrepo.port defaults to "8080"
  • fcrepo.ctxt defaults to "rest"
  • fcrepo.home can be set to a path (relative to the current working directory or absolute) in which fedora repository content will be written by default.  Any of the Modeshape and Infinispan configuration options below will default to being within this folder if unset or if set to a relative path.  If unset, content will be put in the "fcrepo4-data" directory within the current working directory.
Modeshape and Infinispan config

...