Hi
I need to access data using a proxy for a RSS Portlet therefore i'm using the
following java options :
JAVA_OPTS="-Xms256m -Xmx1024m -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -XX:MaxPermSize=256m
-Dhttp.proxyHost=host.domain.zone -Dhttp.proxyPort=3128"
I also have to access data without using the proxy so i wonder which parameters i have to
use in my JAVA_OPTS. Something like :-Dhttp.proxyHost=host.domain.zone
-Dhttp.proxyPort=3128 -Dhttp.proxyExcludes=host2.domain2.zone,host3.domain3.zone but i
don't think -Dhttp.proxyExcludes is a correct syntax.
What could i use, please ?
Thx
--
Arnaud
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185670#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...