...
The OpenCDS backend is configured using one of three methods: Classpath, Filesystem and BDB. The choice of configuration strategy is made within the opencds.properties
file (see Configuring OpenCDS RunTime Installation Guide for links to details regarding configuration on Linux/MacOS and Windows systems).
BerkeleyDB (BDB)
When OpenCDS is configured using the BDB-based configuration, it will look for configuration in the BDB database in the store
folder within the folder specified by the knowledge-repository-path
. The opencds.properties
file must contain the following lines to enable this configuration strategy:
...