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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to