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
  1. Start the RMS server by using one of the following ways:
    Run BE_HOME/rms/bin/be-rms.exe (or be-rms.sh, depending on your operating system), with valid arguments. For example, on Windows you would open a command window in BE_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 Start > All Programs > TIBCO > TIBCO_HOME > TIBCO BusinessEvents <version> > Start Rules Management Server.

    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
  2. 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.
  3. 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.