Adding a Custom Header in TIBCO Spotfire Web Player

You can add a custom header to TIBCO Spotfire Web Player.



Prerequisites

You need to have a cobranding.config file available. You can copy and edit the cobranding.config template file.

By default, the header is disabled in TIBCO Spotfire Web Player. To enable the header, open the Web.config file located in the webroot folder in the Web Player installation folder. Locate the <userInterface> section and set <customHeader enabled="false"> to true.

Note: If you only want to customize the header you can do this by following the instructions in the TIBCO Spotfire Web Player - Installation and Configuration Manual. However, when cobranding TIBCO Spotfire and TIBCO Spotfire Web Player, you must use the cobranding custom header. When using cobranding, this header is always used instead of the one described in the TIBCO Spotfire Web Player - Installation and Configuration Manual, regardless if that has been customized or not.

Procedure

  1. Create a custom header to add to TIBCO Spotfire Web Player. You can copy and edit the WebHeader template file.
  2. Add the custom header .htm file to the local folder where the cobranding.config XML file is located.
  3. Open the cobranding.config XML file in an XML editor or text editor.
  4. Locate the section <web> ... <header>WebHeader.htm</header> ... </web>
  5. Make sure that the name in the <header> section matches the name of the .htm file you want to use as a header.