Configuring jetty, support for Thread parameters [message #888990] |
Mon, 18 June 2012 17:22 |
Eclipse User |
|
|
|
Hi,
I have seen a couple of threads on how to configure Jetty in equinox. Is it possible to configure the equivalent of below (from jetty.xml)?
thank you, Christophe
<!-- =========================================================== -->
<!-- Server Thread Pool -->
<!-- =========================================================== -->
<Set name="ThreadPool">
<!-- Default queued blocking threadpool -->
<New class="org.eclipse.jetty.util.thread.QueuedThreadPool">
<Set name="minThreads">10</Set>
<Set name="maxThreads">200</Set>
<Set name="detailedDump">false</Set>
</New>
</Set>
|
|
|
Powered by
FUDForum. Page generated in 0.24815 seconds