Product: TIBCO Spotfire®
RSS feed not visible in TIBCO Spotfire Analyst client
When setting up an RSS feed as instructed in the manual here:Enabling RSS feed you only see the RSS in the Web player login screen and not in the TIBCO Spotfire Analyst login screen.
Add the RSS feed xml file to the security-filter.xml file located here: C:\tibco\tss\10.7.0\tomcat\webapps\spotfire\WEB-INF\security-filter.xml
Below is an example of how parts of the security-filter.xml looks like for a RSS file called rssfeed.xml file placed in C:\tibco\tss\10.7.0\tomcat\webapps\spotfire\rssfeed.xml
After updating the security-filter.xml file you need to restart the server.
<security-config>
<id>public.web-resources</id>
<security-constraint>
<display-name>open</display-name>
<web-resource-collection>
<web-resource-name>Open Resources</web-resource-name>
<description>Resources accessible by anyone, including non-authenticated clients</description>
<url-pattern>/</url-pattern>
<url-pattern>/rssfeed.xml</url-pattern>
Comments
0 comments
Article is closed for comments.