Re: Riak-java-client through a HTTP proxy

2011-12-16 Thread Russell Brown
On 16 Dec 2011, at 09:13, Russell Brown wrote: > Hi, > On 16 Dec 2011, at 08:58, Olivier Rossel wrote: > >> … >> >> Is there a special way to declare proxies in riak-java-client ? > Yes. Can you let me know which version of the RJC you are using, please? OK, from speaking to you on another cha

Re: Riak-java-client through a HTTP proxy

2011-12-16 Thread Russell Brown
Hi, On 16 Dec 2011, at 08:58, Olivier Rossel wrote: > [I hope I am posting on the correct list.] > > I am using riak-java-client behind a http proxy. > I have set the properties like this: > System.setProperty("http.proxyHost", "webcache.mydomain.com"); > System.setPropery("http.proxyPort", "8080

Riak-java-client through a HTTP proxy

2011-12-16 Thread Olivier Rossel
[I hope I am posting on the correct list.] I am using riak-java-client behind a http proxy. I have set the properties like this: System.setProperty("http.proxyHost", "webcache.mydomain.com"); System.setPropery("http.proxyPort", "8080"); But it seems that riak-java-client still tries to reach my s