Jazz RSS feeds from jazz.net
Hi,
When I start my jazz team server everything works well except Jazz News viewlet. I got these messages: There was a problem loading the feed: The content was not a recognized feed. It seems that we have some proxy limitations. What should I need to do to get this feature about Jazz News at my jazz team server? How can I setup proxy settings at my jazz team server for enabling this? Any help? Suggestions? Regards, |
14 answers
Hi,
I had a smilar issue with - RSS feeds - Open Social gadget - Help file the cause of the issue was the setting of Tomcat server. Once I set following entries in catalina.properties. Then the issue of RSS feeds and Help file was solved. However, OpenSocial gadget is still having the issue. I used a google calender site for this. Dose anyone know why the behaviour of OpenSocila gadget is different from others? Addint these Enteries in catalina.properties: http.proxyHost=yourProxyURL http.proxyPort=yourProxyPort http.proxyUser=yourUserName http.proxyPassword=yourPassword |
Any updates about this? I would also like to know how to configure JAZZ to use proxy server.
|
Can you provide the URL of the feed you're trying to view? The news feed viewlet doesn't support authentication in general, so it won't work for protected feeds. Also, the feed XML can accidentally be corrupt if edited by manual users.
|
I use the following feed from jazz.net for the
http://jazz.net/pub/community/news/feed.rss?externalize=true Should you be interested, to track the jazz.net And to follow changes on the jazz.net |
The first two feeds listed above currently work, but the 3rd one doesn't because it requires authentication.
Milan, Is this the feed you were trying to use? |
How to configure Jazz to use a proxy server -- I'm not positive if this will work, but give it a shot. Please let us know if it works -- we should definitely document this!
Create a new text file org.eclipse.core.net.prefs in a Jazz server folder, depending on application server type: For Apache Tomcat: JazzInstallDir/server/tomcat/work/Catalina/localhost/jazz/eclipse/workspace/.metadata/ .plugins/org.eclipse.core.runtime/.settings/ For IBM WebSphere Application Server: WASInstallDir/profiles/profile/temp/node/server1/jazz_war/jazz.war/eclipse/workspace/.metadata/ .plugins/org.eclipse.core.runtime/.settings/ Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration:
Restart the Jazz Team Server. |
How to configure Jazz to use a proxy server -- I'm not positive if this will work, but give it a shot. Please let us know if it works -- we should definitely document this! hi benjamin, this didn't work. I did everything what you told, but didn't work. Any other suggestion? |
|
I want a suggestion about this too. What kind of suggestion you want? ^_^ |
I want a suggestion about this too. What kind of suggestion you want? ^_^ What I want to know is how to make Jazz server pass though proxy server. According to Milanm, following way did not work right? ------------------------------------------------------------------------------------ Paste the following contents to org.eclipse.core.net.prefs and edit it according to you proxy configuration: # General proxy settings org.eclipse.core.net.hasMigrated=true eclipse.preferences.version=1 proxiesEnabled=true # HTTP proxy settings # proxyData/HTTP/host=<proxy> # proxyData/HTTP/port=<proxy> # proxyData/HTTP/hasAuth=false # HTTPS proxy settings proxyData/HTTPS/host=<proxy> proxyData/HTTPS/port=<proxy> proxyData/HTTPS/hasAuth=false # Hosts that will not use proxy # nonProxiedHosts=<hostname1> nonProxiedHosts=127.0.0.1|localhost ------------------------------------------------------------------------------------ |
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.