|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Life is too short to drink che...Blog Authors: Barbara Skedel |
RSS Feeds for Domino Web Access
Barbara Skedel
|
|
Tags: 
dwa
feeds
rss
|
Comments (3)
I am having trouble getting RSS feeds to work for Domino Web Access. It is enabled, but when you click on the RSS feed icon, a new page comes up saying it cannot connect to the server. The URL being formed is http
|
A tag is a keyword that is used to categorize an entry. To view the entries with a particular tag, click a tag name or enter a tag in the box.
The tag cloud indicates the frequency of tag use. Popular tags appear darkest. The slider control adjusts how many tags are displayed in the tag cloud.
1 Dale Cole Permalink Barbara,
I got this to work. I wanted to test this because I noticed two
things in your URL, the HTTPS and the :0. I was like what's up with
that?
So I registered a user in 8.0.2 and enabled RSS for DWA per the
document in the Admin help database; Enabling RSS feeds for Domino
Web Access.
I reproduced your error. I was able to get the exact URL that you
got and of course the feed doesn't work.
Then I said what if I add this ini parameter that turns off secured
feeds (which means HTTPS appears in the feed URL):
iNotes_WA_FeedsSecured=0
I already had this ini parameter:
iNotes_WA_Feeds=atom,rss
That did it. Now it works. So, if I have time, on my own, I'll play
with this further because I want to see it work with HTTPS. But I
know that I don't have HTTPS enabled on my test server.
If after I enable HTTPS and this still doesn't work then I know it
is a bug. But I hope this helps. It was fun testing this.
2 Barbara Skedel Permalink Making those setting changes worked. However, if I now try and subscribe to the feed, say in google reader, I get a forbidden 403 error or a message indicating that the RSS is not a valid feed. From what I am seeing regarding the 403 error, I do have directory browsing set to yes. Could this be something at the network (firewall) level? I also noticed that gooble, etc. is looking for a Feed:\\ URL vs. a HTTP:\\. Any thoughts there?
3 Faisal Azhar Permalink hai barbara.
i got this work on domino 8.5, by following the instruction on the
domino administrator.
i do these step:
edit notes.ini for:
iNotes_WA_Feeds=rss
iNotes_WA_FeedsSecured=0
iNotes_WA_FeedsProtocol=http
then do console command in the server console:
tell http inotes flushforms
then,
tell http refresh
it's works.