RE: [Axis2] How to configure/enable persistent connections

2007-03-20 Thread Steven Pamer
This seems to work:

 

myStub._getServiceClient().getOptions().setProperty(HTTPConstants.REUSE_
HTTP_CLIENT, new Boolean(true));

 



From: Steven Pamer [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 19, 2007 3:23 PM
To: axis-user@ws.apache.org
Subject: [Axis2] How to configure/enable persistent connections

 

Hi,

 

I am using Axis2 1.1.1 ADB and would like to enable persistent
connections.  Any help would be appreciated.  

I searched the archives but I only found a couple of posts that alluded
to this.  I have debugged into the client code and 

can see where CommonsHTTPTransportSend::cleanup() is called and then
releaseConnection() but havent found enough 

clues as to how to configure persistent connections.

 

Thanks

 

Steve



[Axis2] How to configure/enable persistent connections

2007-03-19 Thread Steven Pamer
Hi,

 

I am using Axis2 1.1.1 ADB and would like to enable persistent
connections.  Any help would be appreciated.  

I searched the archives but I only found a couple of posts that alluded
to this.  I have debugged into the client code and 

can see where CommonsHTTPTransportSend::cleanup() is called and then
releaseConnection() but havent found enough 

clues as to how to configure persistent connections.

 

Thanks

 

Steve