Check out this page, under "Advanced configuration":
http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html
The http-conf:client element is where most of this stuff lives.
The easiest way to set global properties is by using this syntax:
<http-conf:conduit name="*.http-conduit">
However if you use JAX-WS Provider services (i.e. raw XML) this
doesn't currently seem to work, which I'm going to look properly Real
Soon. If you're using normal JAX-WS services you should be fine...
Andrew.
2008/11/11 nmt999 <[EMAIL PROTECTED]>:
>
> Hi
>
> In axis client to a webservice, we can configure the number of connections
> and the connection pool timeout as below
>
> System.setProperty("axis.http.client.maximum.total.connections",
> "20");
> System.setProperty("axis.http.client.connection.pool.timeout", "0");
>
> Is there a way the same thing can be accomplished in a cxf client to a
> webservice
>
> Regards
> nmt
> --
> View this message in context:
> http://www.nabble.com/configuring-number-of-connections-and-connection-pool-timeout-tp20438732p20438732.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>