How to configure multiple root URLs to load projects from different locations on RMS server startup

How to configure multiple root URLs to load projects from different locations on RMS server startup

book

Article ID: KB0082286

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.5.0

Description

In BE version 5.5.x the Rule Management Server Server (RMS)  can load projects from multiple locations.
To configure the locations update the RMS.cdd file, property ws.scs.rootURL and add a additional folders or SVN locations separated by a comma.
 

Issue/Introduction

TIBCO BusinessEvents (BE) 5.5.x - New feature to configure multiple root URLs to load projects by RMS server

Environment

All Operating Systems

Resolution

Sample setting to load projects from two locations ("D:/tibco_BE55/be/5.5/examples/standard/WebStudio" and "D:/test/rms/projects"):

<property name="ws.scs.rootURL" type="string" value="D:/tibco_BE55/be/5.5/examples/standard/WebStudio,D:/test/rms/projects"/>

See also:
https://docs.tibco.com/pub/businessevents-enterprise/5.5.0/doc/html/GUID-48793589-F0BE-4012-90DD-8F2ED4562B0E.html

Limitation:
Folder names with a comma in the name cannot be used.
 

Additional Information

RMS, WebStudio