Defining Temporary Files Storage Folder for RMS
Every time you restart RMS, a new
httpRoot is created to store temporary data. You can modify this setting so that the temporary data is stored in the same location after every restart. To specify the location where temporary data must be stored, configure the
com.tibco.be.http.root
property.
- Procedure
- Open the
RMS.cdd file or the
be-rms.tra file for editing.
These files are located at BE_HOME/rms/bin.
- Add the
com.tibco.be.http.root
property and set the value to the temporary folder location.For example,com.tibco.be.http.root=C:/temp/RMSHTTPRootTmp
Note: Ensure that the specified folder is already present before restarting RMS. - Restart RMS.
ResultNow, RMS uses the specified folder (for example, RMSHTTPRootTmp) to store temporary data and does not create a new temporary folder on each restart.