Versions Compared

Key

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

...

An example local.cfg is provided at [dspace-source]/local.cfg.EXAMPLE. The example only provides a few key configurations which all DSpace sites are likely to need to customize. However, you may add (or remove) any other configuration to your local.cfg to customize it as you see fit.

Info

Link to local.cfg.EXAMPLE on Tim's DS-2654 branch: https://github.com/tdonohue/DSpace/blob/DS-2654-common-config/local.cfg.EXAMPLE

config-definition.xml

Info

Link to config-definition.xml on Tim's DS-2654 branch: https://github.com/tdonohue/DSpace/blob/DS-2654-common-config/dspace/config/config-definition.xml

The [dspace.dir]/config/config-definition.xml file defines the Apache Commons Configuration settings that DSpace utilizes by default. It is a valid "configuration definition" file as defined by Apache Commons Configuration. See the Configuration File Documentation for more details.

Link to config-definition.xml on Tim's DS-2654 branch: https://github.com/tdonohue/DSpace/blob/DS-2654-common-config/local.cfg.EXAMPLE

You are welcome to customize the config-definition.xml to customize your local configuration scheme as you see fit.  Any customizations to this file will require restarting your servlet container (e.g. Tomcat).

...