Foros de discusión

RSS portlet + Proxy settings ??

Lokesh Pant, modificado hace 16 años.

RSS portlet + Proxy settings ??

New Member Mensajes: 11 Fecha de incorporación: 4/05/07 Mensajes recientes
Hi,
I am trying to configure the out of the box RSS portlet in Liferay portal4.2 ( Tomcat) but getting the below error
--------------------------------------------------------
12:41:51,865 ERROR [WebCachePool:68] http://lokeshpant.blogspot.com/atom.xml java.io.IOException: Server returned HTTP response code: 407 for URL: http://lokeshpant.blogspot.com/atom.xml
----------------------------------------------
below are the properties i have set for proxy in system-ext.properties

com.liferay.util.Http.proxy.host=myproxyserverhost
com.liferay.util.Http.proxy.port=8080
com.liferay.util.Http.proxy.username=pant
com.liferay.util.Http.proxy.password=mypassword123


and

set JAVA_OPTS=-Dhttp.proxyHost=myproxyserverhost -Dhttp.proxyPort=8080 in Catalina.bat file


What else is required for a RSS portlet to set up with proxy settings.

Anticipating your help

Thx
Lokesh
thumbnail
stephane Manou, modificado hace 16 años.

RE: RSS portlet + Proxy settings ??

New Member Mensajes: 12 Fecha de incorporación: 2/02/07 Mensajes recientes
Hi

I configure the catalina.bat with

-Djava.security.auth.login.config=%CATALINA_HOME%/conf/jaas.config -Dhttp.proxyHost=xxxmyproxyxxx -Dhttp.proxyPort=xxxx -Dhttp.proxyUser=xxxuserxxx -Dhttp.proxyPassword=xxxpwdxxx -DproxySet=true

i´ve try with -Dcom.liferay.util.Http.proxy.auth.type=Basic and/or -Dhttp.auth.ntlm.domain=xxxDomainxxx


I configure too the system-ext.properties im webapps/ROOT/WEB-INF/classes/

with
com.liferay.util.Http.proxy.host=xxxmyproxyxxx
com.liferay.util.Http.proxy.port=xxxx
com.liferay.util.Http.proxy.username=xxxuserxxx
com.liferay.util.Http.proxy.password=xxxpwdxxx


but the RSS Portlet hang on proxy with following Exception:

08:53:13,828 ERROR [WebCachePool:68] http://partners.userland.com/nytRss/technology.xml java.io.IOException: Server returned HTTP response code: 407 for URL: http://partners.userland.com/nytRss/technology.xml


please help usemoticon
thumbnail
Tarun S. Kayasth, modificado hace 13 años.

RE: RSS portlet + Proxy settings ??

Regular Member Mensajes: 162 Fecha de incorporación: 8/06/07 Mensajes recientes
Hi Stephane,

Any Luck with you proxy setting.

I am not facing any issue but want to pass my RSS portlet through Proxy Server to increase performance.

Thanks,
Tarun
wu chun, modificado hace 13 años.

RE: RSS portlet + Proxy settings ??

New Member Mensaje: 1 Fecha de incorporación: 18/08/10 Mensajes recientes
I am not facing any issue but want to pass my RSS portlet through Proxy Server to increase performance.