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

Feeds and RSS Readers

Hi

I tried to use my Thunderbird client to read feeds from my Jazz server
by copying the URL directly Thunderbird's RSS definition. It wasn't very
successful.

Perhaps I'm not doing this correctly, so ...

How should I configure any of the common RSS clients to read feeds from
my Jazz server ? My apologies if this is documented somewhere and I've
just missed it.

(BTW: Thunderbird did a better job reading feeds from the Jazz.net website.)

0 votes



4 answers

Permanent link
Hi

I tried to use my Thunderbird client to read feeds from my Jazz server
by copying the URL directly Thunderbird's RSS definition. It wasn't very
successful.

Perhaps I'm not doing this correctly, so ...

How should I configure any of the common RSS clients to read feeds from
my Jazz server ? My apologies if this is documented somewhere and I've
just missed it.

(BTW: Thunderbird did a better job reading feeds from the Jazz.net website.)

Hi,

I'm also unable to add RSS feeds from RTC to Thunderbird. I guess that the reason is described in the followin Work Item:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=36935

kind regards,
Jakub

0 votes


Permanent link
Hi

Unlike Notes 8, Thunderbird can do authentication. So I'm wondering why
I see only ...

"This XML file does not appear to have any style information associated
with it. The document tree is shown below.:

...followed by a bunch of XML !

jjurkiewicz wrote:
Hi

I tried to use my Thunderbird client to read feeds from my Jazz
server
by copying the URL directly Thunderbird's RSS definition. It wasn't
very
successful.

Perhaps I'm not doing this correctly, so ...

How should I configure any of the common RSS clients to read feeds
from
my Jazz server ? My apologies if this is documented somewhere and
I've
just missed it.

(BTW: Thunderbird did a better job reading feeds from the Jazz.net
website.)
Hi,

I'm also unable to add RSS feeds from RTC to Thunderbird. I guess that
the reason is described in the followin Work Item:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=36935

kind regards,
Jakub

0 votes


Permanent link
If you using form based auth then Feed Readers are not going to be able
to authenticate correctly. You can turn on basic auth by changing the
web.xml for the WAR.

<!--
<login-config>
<auth-method>BASIC</auth-method>
</login-config>
-->
<login-config>
<auth-method>FORM</auth-method>
<form-login-config>
<form-login-page>/auth/authrequired</form-login-page>
<form-error-page>/auth/authfailed</form-error-page>
</form-login-config>
</login-config>

Uncomment the first section and comment the second one.

We are aware of the issues with Feeds and form based auth and are
working on a solution.

Richard

David Ward wrote:
Hi

Unlike Notes 8, Thunderbird can do authentication. So I'm wondering why
I see only ...

"This XML file does not appear to have any style information associated
with it. The document tree is shown below.:

..followed by a bunch of XML !

jjurkiewicz wrote:
Hi

I tried to use my Thunderbird client to read feeds from my Jazz
server
by copying the URL directly Thunderbird's RSS definition. It wasn't
very
successful.

Perhaps I'm not doing this correctly, so ...

How should I configure any of the common RSS clients to read feeds
from
my Jazz server ? My apologies if this is documented somewhere and
I've
just missed it.

(BTW: Thunderbird did a better job reading feeds from the Jazz.net
website.)
Hi,

I'm also unable to add RSS feeds from RTC to Thunderbird. I guess that
the reason is described in the followin Work Item:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=36935


kind regards,
Jakub

0 votes


Permanent link
Thanks Richard

Richard Backhouse wrote:
If you using form based auth then Feed Readers are not going to be able
to authenticate correctly. You can turn on basic auth by changing the
web.xml for the WAR.

!--
login-config
auth-method>BASIC</auth-method
/login-config
--
login-config
auth-method>FORM</auth-method
form-login-config
form-login-page>/auth/authrequired</form-login-page
form-error-page>/auth/authfailed</form-error-page
/form-login-config
/login-config

Uncomment the first section and comment the second one.

We are aware of the issues with Feeds and form based auth and are
working on a solution.

Richard

David Ward wrote:
Hi

Unlike Notes 8, Thunderbird can do authentication. So I'm wondering
why I see only ...

"This XML file does not appear to have any style information
associated with it. The document tree is shown below.:

..followed by a bunch of XML !

jjurkiewicz wrote:
Hi

I tried to use my Thunderbird client to read feeds from my Jazz
server
by copying the URL directly Thunderbird's RSS definition. It wasn't
very
successful.

Perhaps I'm not doing this correctly, so ...

How should I configure any of the common RSS clients to read feeds
from
my Jazz server ? My apologies if this is documented somewhere and
I've
just missed it.

(BTW: Thunderbird did a better job reading feeds from the Jazz.net
website.)
Hi,

I'm also unable to add RSS feeds from RTC to Thunderbird. I guess that
the reason is described in the followin Work Item:
https://jazz.net/jazz/web/projects/Jazz%20Project#action=com.ibm.team.workitem.viewWorkItem&id=36935


kind regards,
Jakub

0 votes

Your answer

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

Question asked: Jan 14 '08, 3:18 p.m.

Question was seen: 6,162 times

Last updated: Jan 14 '08, 3:18 p.m.

Confirmation Cancel Confirm