Hi,
I think you are looking for jetty thread pool configuration, something like
…
<http:destination
name="{http://apache.org/cxf/calculator}CalculatorPort.http-destination">
</http:destination>
<httpj:engine-factory bus="cxf">
<httpj:engine port="19000">
<httpj:threadingParameters minThreads="min_thread_you_want"
maxThreads="max_thread_you_want" />
</httpj:engine>
</httpj:engine-factory>
….
Freeman
-------------
Freeman Fang
FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: http://weibo.com/u/1473905042
On 2012-8-30, at 下午2:00, Sonam Wangyal wrote:
> Hi,
>
> Which config file has the setting to control the number of webservice threads
> that is spawned to serve http transport requests?
>
> thanks
>
> -Sonam