Hi,
I've been experimenting with adding more RSS feeds to the default.psml file.
For some reason, I am not able to successfully add any external RSS feeds to
the page. Is there something special about the RSS feeds that appear in the
"RSS" section of the /anon/en/default.psml file? I've used the same format
and everything.
Sample entry from default.psml:
<entry
parent="http://jakarta.apache.org/jetspeed/channels/jetspeed.rss">
<control name="ClearPortletControl"/>
</entry>
(this is in the original file and works)
<entry
parent="http://headlines.internet.com/internetnews/top-news/news.rss">
<control name="ClearPortletControl"/>
</entry>
(this is an entry that I added which does not work)
<entry parent="http://127.0.0.1:8080/jetspeed/sample.xml">
<control name="ClearPortletControl"/>
</entry>
(another entry which does not work)
In both of the non-working cases, I am able to access the url in a normal
browser.
I'm also confused by the fact that I can encapsulate a locally-served RSS
feed in a portlet and it is viewable, but when I do the same thing with an
external RSS feed Jetspeed does not render it.
Working example from local-portlets.xreg:
<portlet-entry name="RSSTest" hidden="false" type="ref" parent="RSS"
application="false">
<meta-info>
<title>Developer Works</title>
</meta-info>
<url>http://localhost:8080/jetspeed/sample.xml</url>
</portlet-entry>
Not-working example from local-portlets.xreg:
<portlet-entry name="RemoteRSS" hidden="false" type="ref" parent="RSS"
application="false">
<meta-info>
<title>Another RSS</title>
</meta-info>
<url>http://headlines.internet.com/internetnews/top-news/news.rss</url>
</portlet-entry>
I'm running Jetspeed/Tomcat behind a proxy, but I've set TOMCAT_OPTS as
recommended in the Jetspeed FAQ and I can place working WebPagePortlets.
Anyone know what the deal is? I've exhausted the resources available to me.
thanks,
biren
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>