RMS server - How to define specific folder to store temporary data required by HTTP server

RMS server - How to define specific folder to store temporary data required by HTTP server

book

Article ID: KB0080352

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition 5.5.0

Description

By default, the RMS server creates a new temporary folder (HTTPRoot<number>) on each and every restart  in Java temp directory to store the required data.
This can cause disk space issues if RMS server is restarted several times.
 
You could modify the location of the Java temp folder by setting TRA property java.property.java.io.tmpdir=<directory>, but the RMS server still creates a new folder on each restart in the configured directory.
 
 

Issue/Introduction

To avoid disk space issues caused by RMS server restarts define a specific folder to store temporary data required by HTTP server

Environment

All Operating Systems

Resolution

To define a specific directory (re-used on restart) add below property to the be-rms.tra or RMS.cdd file and restart RMS.
 
com.tibco.be.http.root=<directory>
 
eg:
com.tibco.be.http.root=C:/temp/BE-RMSHTTPRoot

Note:
It is required to create the specified directory before starting RMS server.
 

Additional Information

RMS, HTTP