Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Feed question

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:

https://server.abc.com:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw

Then I change it as below:

http://server.abc.com:9080/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw


I paste the above url into a browser and press enter.

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


Why is it?

1 vote

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


Be the first one to answer this question!

Register or log in to post your answer.

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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,125

Question asked: Sep 25 '12, 9:51 a.m.

Question was seen: 3,996 times

Last updated: Sep 26 '12, 4:16 p.m.

Confirmation Cancel Confirm