set-public-address
Configures the public address.
set-public-address [-b value | --bootstrap-config=value] [-t value | --tool-password=value] [-s value | --site-name=value] [-u value | --url=value]
Overview
Use this command to configure the public address that should be used when generating absolute URLs. A public address must be configured if the Spotfire Server is accessed through a load balancer or reverse proxy.
Options
Option | Optional or Required | Default Value | Description |
---|---|---|---|
-b value --bootstrap-config=value |
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
-t value --tool-password=value |
Optional | none | The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. See the Bootstrap.xml file for more information. |
-s value --site-name=value |
Optional if there is a local server (in which case the site of that server will be used) or if there is only one site available (in which case that site will be used). | none | The name of the site for which to set the public address. The list-sites command can be used to find names of all available sites. |
-u value --url=value |
Optional | none | The public address URL to use, for example "http[s]://host[:port]/".
If no URL is specified, any existing value will be cleared and the public address will be automatically determined during Spotfire Server startup. |
Copyright © TIBCO Software Inc. All rights reserved.