Chapter 2 RMS and Decision Manager Configuration : Decision Manager Configuration Property Reference

Decision Manager Configuration Property Reference
Below are properties you can set in the bui-config.tra file.
 
Specifies the host name of the machine where RMS is running. Uses the same host name with which RMS is started.
For example, if RMS is started with hostname host.company.com, the same name, host.company.com must be used in the rms.host property. (See the relevant properties in BE_HOME/rms/bin/be-rms.tra.)
Default is localhost.
Specifies the URL on which RMS is listening to requests over HTTP transport. (In BusinessEvents terms, this is the channel on which the BusinessEvents RMS application listens.)
Default is /Transports/Channels/HTTPChannel/
References all classes needed for testing. Used for BusinessEvents-ActiveMatrix BusinessWorks integration projects. See Configuring Project Tester Options.
Default is ../logs
Enables tracing to terminal.
Allowed values: infoRole, errorRole, warnRole, userRole, debugRole
Default value is infoRole, errorRole, warnRole, userRole
If set to true, Decision Manager lazily loads the decision tables in the decision project. This is recommended for projects with several large decision tables. It reduces memory consumption for tables that are not opened.
If the bui.tester.engine.feature.level property is set to local or full, then all directories and JAR files are processed and all JAR files are added to the Decision Manager classpath.
bui.extended.classpath=%BE_HOME%/lib;%BE_HOME%/hotfix/lib;%TPCL_HOME%/tomcat/server/lib/jakarta-regexp-1.2.jar
Also see notes for bui.tester.engine.feature.level.
A value of true makes a context menu option called Generate Class appear in the decision table context menu (see Generate Class Option). The Generate Class option enables the user to generate the selected decision table’s classes. These can be used for testing purposes.
If set, logs output to the given file.
A value of true makes the Error log view visible in Decision Manager. See Error Log View
A value of true redirects http log calls to the Decision Manager Console view.
A value of true redirects stderr to the Decision Manager Console view.
A value of true redirects stdout to the Decision Manager Console view.
Default is minimal.