[GeoNetwork-users] Proxy problem in GeoNetwork

Hello,

Due to my network architecture, my GeoNetwork server has to use a proxy
to get access to the Internet.

But it seems that GeoNetwork doesn't use the proxy settings that I put
in the "Administration > System configuration > Proxy" section.

Using the "netstat" utility, I can see that it tries to (unsuccessfully)
contact the various WMS servers *directly*, without going through the
proxy, e.g.:
  tcp 0 1 igarun-dev.u11.un:35235 neowms.sci.gsfc.nas:www SYN_SENT

And yet I can see on the console:
  Service xml is :
  <config>
    ...
    <proxy>
      <use>true</use>
      <host>my.proxy.host</host>
      <port>3128</port>
      <username />
      <password />
    </proxy>
    ...
  </config>

I'm running the latest GeoNetwork 2.6.0 release in Apache Tomcat, on
Linux, with a Java 6 JVM.

Thanks for your help,

--
Damiano ALBANI