The following property can be set on your Corticon Server installation by adding the property and an appropriate value as a line in its brms.properties file, and then restarting Server.

-------------------------------------------------------------------------------

Properties related to "auto loading" CDD files into the CcServer during initialization:

com.corticon.ccserver.autoloaddir.enable

Specifies whether the CcServer will try to auto load CDD files

Default value: true

com.corticon.ccserver.autoloaddir

The directory where the CDD files are located.

Note: This property can be changed using following method, which will override this setting.

- ICcServer.setDeploymentDescriptorDirectoryPath(String)

Note: Use forward slashes as path separator. Example: c:/Program Files/Progress/cdd

Default value: If the property value is empty, the following path is used: user.dir/cdd

where user.dir is the value of environment variable "user.dir" which in Windows and Unix returns the directory where container application was started.

com.corticon.ccserver.autoloaddir.enable=true
com.corticon.ccserver.autoloaddir=%CORTICON_WORK_DIR%/cdd