Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to move the temp folder of the TIBCO Spotfire Web Player to another drive/location.
Solution:
This article will help in the case where Web Player server's C: drive has limited space, and you want to move your temp folder to another drive to keep the C: drive from running out of space.
1) Open web.config from <Installation dir>\TIBCO\Spotfire Web Player\7.0.0\webroot folder in a text editor.
2) Search for the following section and change the parameter value to your desired location.
<setting name="TempFolder" serializeAs="String"> <value>Desired_Location\Temp</value> </setting>3) Save the web.config file.
4) Restart Web Player application pool or web site.
Comments
0 comments
Article is closed for comments.