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

RMS Server Configuration Property Reference
See also Authentication Property Reference
Specifies the location of a directory which contains one or more RMS projects. This property is used in multi-project mode.
This is the base location for many other paths defined in the tra file when multiple-project mode is used.
If you are using multi-project mode, comment out rms.project.location and rms.project.name or do not provide a value for those properties.
Value as shipped is C:/tibco/be/3.0/rms/examples.
Specifies the absolute path of the directory which contains the RMS project specified by the property rms.project.name. This property is used in single-project mode.
If you are using single-project mode, comment out rms.projects.baselocation or do not provide a value for that property.
If you are using single-project mode, comment out rms.projects.baselocation or do not provide a value for that property.
tibco.clientVar.RMS/storageLocation
Specifies the absolute path to create a repository for RMS to store information about all data interactions with Decision Manager.
The repository serves as a persistent store for all concepts or events created in the RMS engine using a Berkeley database as persistence mechanism.
Tip: If you configure the corresponding BusinessEvents property be.engine.cluster.externalClasses.path to point to the same directory, then when decision tables are approved, they are automatically available for deployment to BusinessEvents without manual copying. See Virtual Rule Functions and Decision Manager in TIBCO BusinessEvents User’s Guide for details.
java.property.rms.auth.file.location
Specifies the name of the password file. By default the filename is users.pwd. You can specify a subdirectory in addition to a filename.
Single-project mode: rms.project.location/rms.project.name/config
Multiple-project mode: rms.projects.baselocation.
See Chapter 3, Configuring User Authentication for more information on this and other authentication-related properties.
java.property.rms.project.workflow.config.file
Specifies the name of the workflow permissions file. By default the filename is WorkflowStages.xml. You can specify a subdirectory in addition to a filename.
For single-project mode, in the rms.project.location directory.
For multiple-project mode, in the rms.projects.baselocation directory.
Specifies the host name or IP address of the machine where RMS is hosted so that remote clients can connect to the server. See Enabling Remote Connectivity for details.
Default is localhost.