Versions Compared

Key

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

Externalized OpenCDS configuration options are stored in the locations below:

  • If running as a non-system user:

    %HOME%\.opencds\opencds.properties
    NOTE:


  • If OpenCDS is running on tomcat as a service on a Windows system, the configuration will likely have to live at the root (i.e., C:as the system user:

    C:\Windows\System32\config\systemprofile\.opencds\opencds.properties), as there is no default user.


This file must contain the first three lines below.  The fourth and fifth lines are optional.
Code Block
languagetext
knowledge-repository.type=<repository type>
knowledge-repository.path=<repository path>
config.security=<path to security config file>
log4j.logfile=<full path to log file>
km.threads=4

...