You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/01/11 12:06:10 UTC

[Apache Web Services Wiki] Updated: FrontPage/Axis/AxisCommonsHTTP

   Date: 2005-01-11T03:06:10
   Editor: ToshiyukiKimura
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/AxisCommonsHTTP
   URL: http://wiki.apache.org/ws/FrontPage/Axis/AxisCommonsHTTP

   For a no-wiki message

Change Log:

------------------------------------------------------------------------------
@@ -1,5 +1,5 @@
 ##language:en
-'''Q: How do I configure the Axis client to pool connections with Apache Jakarta Commons-HttpClient?'''
+'''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.