Re: CommonsHTTPSender and proxies

2004-05-29 Thread Davanum Srinivas
object, but never calls > client.setHostConfiguration(..) > > Cheers > Simon > > > > -Original Message- > From: Simon Fell > Sent: Thursday, May 27, 2004 2:11 PM > To: [EMAIL PROTECTED] > Subject: CommonsHTTPSender and proxies > > I'm using Axis 1.1 and have

RE: CommonsHTTPSender and proxies

2004-05-27 Thread Simon Fell
EMAIL PROTECTED] Subject: CommonsHTTPSender and proxies I'm using Axis 1.1 and have it configured to use CommonsHTTPSender, but it doesn't appear to be picking up the proxy settings from the VM, I'm starting my app with -Dhttp.proxyHost=localhost -Dhttp.proxyPort=5049, but conn

CommonsHTTPSender and proxies

2004-05-27 Thread Simon Fell
I'm using Axis 1.1 and have it configured to use CommonsHTTPSender, but it doesn't appear to be picking up the proxy settings from the VM, I'm starting my app with -Dhttp.proxyHost=localhost -Dhttp.proxyPort=5049, but connections aren't being proxied, This works fine when I use the old HTTPSender.