Externalized OpenCDS configuration options are stored in the locations below:
-
If running as a non-system user:
NOTE:
%HOME%\.opencds\opencds.properties
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 | ||
---|---|---|
| ||
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 |
...