Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] default M1 etc/jetty.xml causes WARN for threadpool config

Greetings,

Upon testing out the M1 build, I see the following logged in the
'stderrout.log' file:

---snip---
2012-10-15 22:04:24.913:WARN:oejx.XmlConfiguration:main: Ignored arg:
<Arg name="threadpool">|      <New id="threadpool"
class="org.eclipse.jetty.util.thread.QueuedThreadPool"><Set
name="minThreads">10</Set><Set name="maxThreads">200</Set><Set
name="detailedDump">false</Set></New>|    </Arg>
2012-10-15 22:04:25.148:INFO:oejs.Server:main: jetty-9.0.0.M1
---snip---

Other than this, things appear to be running well.

Thanks,
     Aaron


Back to the top