TIBCO Spotfire® Server and Environment - Installation and Administration

Updating a server configuration on the command line

You can change a Spotfire Server configuration by running a series of commands on the command line.

Procedure

  1. Open a command line.
  2. Run the export-config command to export the configuration from the Spotfire database to a configuration file; for additional information, see Executing commands on the command line.
    > config export-config configuration.xml
    where "configuration.xml" is optional and the -f (--force) option is not applied.
  3. Update the configuration in the configuration file using selected commands. Example:
    > config config-auth --configuration=configuration.xml --auth-method=BASIC --jaas-database
    where "--configuration=configuration.xml" is optional.
  4. Run the import-config command to import the updated configuration file into the Spotfire database.
    Example:
    > config import-config --comment="Switched to BASIC authentication using the Spotfire Database authentication source" configuration.xml
    where "configuration.xml" is optional.
  5. Restart the server(s).
  6. Remove the configuration.xml file or restrict access to it.
    Note: Do not remove the bootstrap.xml file.