Feed question
T M (887●8●188●143)
| asked Sep 25 '12, 9:51 a.m.
retagged Sep 26 '12, 3:09 p.m. by Bo Chulindra (1.3k●2●7●18) I followed the instructions as in the link: https://jazz.net/library/article/75
In RTC Eclipse client, I right click on a a feed in "Feeds" section and select “Copy Feed URL”. Then pasted it into notepad: Then I change it as below: http://server.abc.com:9080/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw
The browser changes the url back to https and 9443 as below: https://server.abc.com:9443/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
@theju: Someone asked something similar in the comments in the article you are using. Did you try the instructions? Here they are again:
1) edit the web.xml file for the RTC web-app
2) locate the following section:
<security-constraint>
<web-resource-collection>
<web-resource-name>open-unencrypted</web-resource-name>
<url-pattern>/service/com.ibm.team.repository.service.internal.license.IFloatingLicenseService/*</url-pattern>
</web-resource-collection>
<!-- Leaving out the <auth-constraint> section means these resources don't require authentication -->
<!-- Leaving out the <user-data-constraint> section means these resources don't require SSL -->
</security-constraint>
3) add a url-pattern element for /events