Versions Compared

Key

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

...

  • Note: This system config is currently only used in the body of JMS messages
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>
  • 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"

...

Code Block
-Dcom.arjuna.ats.arjuna.common.ObjectStoreEnvironmentBean.default.objectStoreDir=<some-dir>
-Dcom.arjuna.ats.arjuna.objectstore.objectStoreDir=<some-dir>
-Dfcrepo.ispn.CacheDirPath=<some-dir>
-Dfcrepo.ispn.binary.CacheDirPath=<some-dir>
-Dfcrepo.modeshape.index.location=<some-dir>
-Dfcrepo.ispn.alternative.CacheDirPath=<some-dir>
-Dfcrepo.ispn.binary.alternative.CacheDirPath=<some-dir>

JMS config

Code Block
-Dfcrepo.activemq.dir=<some-dir>
Clustering config (optional)
Code Block
-Djgroups.tcp.address=<ip-address>
-Dfcrepo.ispn.numOwners=<num-nodes-in-cluster>
-Djava.net.PreferIPv4Stack=true