[jboss-user] [JBoss Portal] - Re: portlet proxy setting

mmontoni do-not-reply at jboss.com
Tue Oct 17 10:31:50 EDT 2006


Are you using JBoss AS?

If so, you need to change in your bin\run.bat the JAVA_OPTS like this:


  | set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=x.xx.xx.xx -Dhttp.proxyPort=80 -DproxySet=true 
  | 

Also you can try adding in your portlet.xml the following code:


  |       <init-param>
  | 	<name>proxy</name>
  | 	<value>x.xx.xx.xx</value>
  |       </init-param>
  |       <init-param>
  | 	<name>proxyport</name>
  | 	<value>80</value>
  |       </init-param>
  | 
  | 

--Mariella.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978813#3978813

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978813



More information about the jboss-user mailing list