Products | Versions |
---|---|
Spotfire Server | 7.5,7.6,7.7,7.8,7.9,7.10 |
The RSS feed file should be compliant with the RSS 2.0 standards. Attached is a sample RSS feed file for reference (Filename: rssfeed.xml).
Steps to configure Rss feed
1). The rssfeed file can be placed in either of the following locations:
2). Update the Spotfire Server configuration.
a). Start the Server Configuration tool.
b). Browse to the configuration for Login Dialog.
If the rssfeed file is available in
<SpotfireServerInstall>/tomcat/webapps/ROOT - In the RSS feed path the name of the rssfeed file needs to be set (without the path)
A network shared drive path - In the RSS feed path specify the UNC path: e.g., \\myshare\rss\rssfeed.xml
c). Save the Server Configuration.
Using the command line:
Run the following commands to configure the rssfeed in the server configuration by running the following commands via a command prompt opened in the directory SpotfireServerInstall/tomcat/bin folder.
a). Export the latest configuration - config export-config
b). Set the rssfeed file path - config config-login-dialog -R rssfeed.xml or config config-login-dialog -R \\myshare\rss\rssfeed.xml
Note: Starting in 7.9 to enable all users see the news in the login dialog, set the display behavior setting (-s value) to "always". The login dialog will be shown to all users, even if they opt to save their login credentials for automatic login.
Example: config config-login-dialog -R rssfeed.xml -s "always"
c). Import the configuration - config import-config -c "rssfeed path set" .
3). Restart the Spotfire server for the changes to take effect.
4).Restart the Spotfire Analyst desktop client to see the RSS Feed. If on Web Player, logout and log back in to see the feed. The feed would then show up on the login dialog.