In the TREP configuration files (rmds.cnf), is it possible to use something like an "include" keyword in order to split my configuration into several files?
By example, inside my "rmds.cnf" file, I'd like to write something like that:
[...] *enumFile : ./enumtype.cf *licenseFile : ./mylic.lic include ./daemonless_config.cnf include ./rest_config.cnf *adh.supportCacheResilencty :False [...]
Is it supported?