Starting RMS and Signing-in to WebStudio
In WebStudio, before you can work on the RMS projects, you need to start and log in to the RMS.
- Procedure
- Start the RMS server by using one of the following ways:
Run
BE_HOME
/rms/bin/be-rms.exe
(orbe-rms.sh
, depending on your operating system), with valid arguments. For example, on Windows you would open a command window inBE_HOME
/rms/bin
and execute:be-rms.exe
The default cluster and cache provider is Apache Ignite. If you want to use Legacy ActiveSpaces as the cluster and cache provider instead of Apache Ignite for your RMS project, use the following command instead:
be-rms.exe -c RMS_LegacyActiveSpaces.cdd
If you want to use a TIBCO FTL cluster and an ActiveSpaces store without a cache, use the following command:
be-rms.exe -c RMS_FTL.cdd
(Windows and for Apache Ignite provider only) Select .The server is ready when you see a message in the command window such as:
Info [HTTP-Channel-Startup] - [driver.http] Channel server for HTTP Channel [Port:5000] successfully started
- Type the URL http://host:port/WebStudio/ in a web browser. Default host is
localhost and default port is
8090. Host and port are configurable using properties in
RMS.cdd
. Ensure that the RMS is running before logging to TIBCO BusinessEvents WebStudio. - On the Sign In page, enter user name and password and click Sign In.
ResultAfter successful login, the WebStudio welcome page or the WebStudio Dashboard is displayed. The Welcome page is displayed if no project is already checked out. WebStudio automatically ends any other session of the user and make this session as the active session. For details about the TIBCO BusinessEvents Dashboard, see
TIBCO BusinessEvents WebStudio Dashboard Reference.
Subtopics