2 Replies Latest reply on Oct 30, 2008 11:08 AM by arupin

    List of excluded hosts for proxy configuration

    arupin

      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