jboss-portal-2.6.2.GA trying connect to rss feeds and other outside serivces
In the Reference manual:
3.5. Setting up proxy settings
anonymous wrote :
| Usually setting up JAVA_OPTS environment variable to -Dhttp.proxyHost=YOUR_PROXY_HOST
-Dhttp.proxyPort=YOUR_PROXY_PORT is enough.
I have set this and a username and password.
set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost="rgismiscom"
-Dhttp.proxyPort="80"
set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyUser="eaeesb"
-Dhttp.proxyPassword="aaaaaaa"
I still get the error
14:14:22,302 ERROR [WeatherPortlet] Fatal Error reading/parsing XML Source.
java.io.IOException: Server returned HTTP response code: 407 for URL:
http://xml.weather.yahoo.com/forecastrss?p=33145 at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1241)
at java.net.URL.openStream(URL.java:1009)
Is the username and password not getting passed into JBoss?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091195#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...