You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Bruno Duarte <ma...@brunoduarte.com> on 2009/03/03 02:11:13 UTC

HTTP Proxy

I had to upgrade continuum from 1.2 to 1.2.3 to fix some bugs related 
with adding projects. I'm having now an issue with the HTTP Proxy so I 
can't add a project by specifying the URL (bahh!).

On the previous version (1.2) I've changed the continuum.xml 
configuration file to include:
<proxyConfiguration>
  <proxyHost>xxxx</proxyHost>
  <proxyPort>yyyy</proxyPort>
</proxyConfiguation>

I saw this configuration parameters in the source code...

On the current version, this seems to be ignored and I get a 
java.net.NoRouteToHostException. Adding the java parameters to the 
wrapper doesn't work either..

Has anyone tried this version with a proxy? How did you configure it?

Thanks
bruno