Return to Jive Software

Currently Being Moderated

Proxy Servers and External RSS Feeds

VERSION 3  Click to view document history

Created on: Apr 2, 2009 11:05 AM by Long Ton That - Last Modified:  Aug 24, 2009 6:29 PM by Long Ton That

External RSS Feeds not working because you're behind a Proxy Server?

rss.png

 

You're in luck, try configuring RSS feeds to work through your Proxy Server by setting the following system properties:

http.proxyHost = <proxy host>

http.proxyPort = <proxy port>

 

... and if your server requires authentication, you can specify a username/password with these additional properties:

http.proxyUsername

http.proxyPassword

* Note: currently only supports a single - global - proxy server *

 

 

There are also JVM parameters: http.proxyHost and http.proxyPort indicate the proxy server and port that the http protocol handler will use <resource: http://stackoverflow.com/questions/120797/how-do-i-set-the-proxy-to-be-used-by-the-jvm>

JAVA_FLAGS=-Dhttp.proxyHost=10.0.0.100 -Dhttp.proxyPort=8800

 

Note: There's a bug that affects the application's ability to support Proxy Usernames: CS-14736. Please check the release notes for further information.

631 Views
Average User Rating
(0 ratings)
My Rating:
Craig Woodward Craig Woodward  says:

Do you need to restart the jive-application service after making the the http.proxyHost and http.proxy.Port changes?

 

Also, do you need to make the jvm change, if so, which file do we make this in?  We're still using Jive SBS 3

Bookmarked By (0)

More Like This

  • Retrieving data ...