Defining the Location of Temporary Files Used by the HTTP Server
The HTTP server creates a new file directory every time it starts utilizing a lot of disk space. To avoid creating multiple directories, you can reuse an existing directory.
- Procedure
- Add the following property in the system TRA file or the project CDD file and specify the path of the directory where you want to store the temporary files.
com.tibco.be.http.root
Note: By default, the HTTP server will create a new directory every time it starts.