Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Configuring jetty, support for Thread parameters
Configuring jetty, support for Thread parameters [message #888990] Mon, 18 June 2012 21:22
Christophe Bouhier is currently offline Christophe BouhierFriend
Messages: 937
Registered: July 2009
Senior Member
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>
Previous Topic:NoClassDefFoundError starting org.eclipse.equinox.registry
Next Topic:Ant based P2 Metadata generation still supported?
Goto Forum:
  


Current Time: Sat Apr 20 03:58:41 GMT 2024

Powered by FUDForum. Page generated in 0.03444 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top