Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by CyrilleLeClerc: http://wiki.apache.org/ws/FrontPage/Axis/AxisCommonsHTTP The comment on the change is: add link to commons http client web site ------------------------------------------------------------------------------ ##language:en '''Q: How do I configure the Axis client to pool connections with {{{Apache Jakarta Commons-HttpClient?}}}''' - A: You'll need to install commons-httpclient in your CLASSPATH or WEB-INF/lib, if your client is deployed as a web application. Note that if you are building Axis from source, you will also need to put commons-httpclient in Axis dependencies directory so that the {{{CommonsHTTPSender}}} class is built. + A: You'll need to install [http://jakarta.apache.org/commons/httpclient/ Jakarta Commons Http Client] jar in your CLASSPATH or WEB-INF/lib, if your client is deployed as a web application. + + Note that if you are building Axis from source, you will also need to put commons-httpclient jar in Axis dependencies directory so that the {{{CommonsHTTPSender}}} class is built. Next, you'll need to install a client-config.wsdd (sample [attachment:client-config.wsdd here]) that tells Axis to use {{{CommonsHTTPSender}}} instead of the standard HTTPSender when sending/receiving messages via HTTP. Here's an example: