Versions Compared

Key

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

Question

What backend configuration should I use?

Best Practice 1

For production use, we recommend a MySQL or PostgreSQL backend. For development, testing and trial a simple file backend is adequate.

...

Question

Is there advice on best practices for customizing Fedora 4 configuration files?

Best Practice 1

One recommended practice is to store modified configuration files outside of the unpacked war file.

...

No Format
* fcrepo-config.xml (this is the central config for dependency-injected Fedora Spring beans)
* repository.json (this is the central config for Modeshape, and you should control that)
* activemq.xml (common update: turn the topic into a queue)
* root-authentication.ttl (if you are using webac)
* logback.xml (common update: direct logging to /var/log/fcrepo/fcrepo.log rather than catalina.out)

...

...


Question

How do I configure logging output?

...