Parameter:
KeepInstallDirSummary: Path to the Domino REST API installation, set by the DRAPI installer – required for the restapi task to start.
Profile
Parameter | KeepInstallDir |
Category | General |
Component | Server |
Available since | 12.0 |
Supported versions | 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | Absolute directory path |
Description
KeepInstallDir points to the installation directory of the Domino REST API (DRAPI). The entry is set automatically by the DRAPI installer and consumed by the restapi task to locate binaries, JARs, and the keepconfig.d configuration files. Without a correct path, the task will not start.Example configuration
KeepInstallDir=C:\Program Files\HCL\Domino\restapi
Notes & pitfalls
- Maintained by the DRAPI installer – do not edit by hand, the next update will overwrite it anyway.
- For manual DRAPI moves, keep the path consistent with the actual installation location.
- Takes effect on start or reload of the
restapitask (tell restapi quit/load restapi).
- Closely related to
KeepManagementURLandKeepLogConfigFile– these three parameters form the DRAPI baseline configuration in the notes.ini.