TIBCO Spotfire® Server and Environment - Installation and Administration

config-attachment-manager

Configures the attachment manager.

config-attachment-manager 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value]
[-e value | --max-cache-expiration-time=value] 
[-m value | --max-cache-size=value] 
[-E <true|false> | --encryption-enabled=<true|false>] 
[-k value | --encryption-key-size=value]

Overview

Use this command to configure the attachment manager, which handles data transfer (for instance Library downloads and uploads) to and from Spotfire Server.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-e value
--max-cache-expiration-time=value
Optional 86400 The maximum idle time (in seconds) after which cache entries are evicted. Setting this parameter to a negative value disables the cache.
-m value
--max-cache-size=value
Optional 10240 The maximum amount of disk space (in megabytes) used by the cache. Setting this parameter to a negative value disables the cache.
-E <true|false>
--encryption-enabled=<true|false>
Optional true Specifies whether the encryption of temp files is enabled.
-k value
--encryption-key-size=value
Optional 128 The size of the encryption key used when encrypting temp files.