TIBCO Spotfire® Server and Environment - Installation and Administration

Disabling the attachment manager cache

By default the Spotfire attachment manager caches library content and the results of information link executions when downloading or saving large amounts of data. You can disable the attachment manager cache by editing the configuration.xml file

Procedure

  1. Export and open the Spotfire Server configuration file; for general instructions, see Manually editing the Spotfire Server configuration file.
  2. In the configuration.xml file, locate the following section and set <content-caching-enabled> to "false":
    <library>
        <import-export-path>default</import-export-path>
        <content-caching-enabled>true</content-caching-enabled>
        <max-number-concurrent-imports-and-exports>3</max-number-concurrent-imports-and-exports>
      </library>
  3. Then locate the <information services> section and set <result-caching-enabled> to "false".
  4. Import the server configuration file and restart the server(s); for instructions, see Manually editing the Spotfire Server configuration file.