]
Jean-Frederic Clere reassigned AS7-1078:
----------------------------------------
Assignee: Jean-Frederic Clere
executor in <connector/> of web subsystem doesn't work.
-------------------------------------------------------
Key: AS7-1078
URL:
https://issues.jboss.org/browse/AS7-1078
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.0.0.Beta3
Reporter: Jean-Frederic Clere
Assignee: Jean-Frederic Clere
Attachments: patch.txt
Add in threads subsystem:
<bounded-queue-thread-pool name="executor"
blocking="true">
<core-threads count="10" per-cpu="20"/>
<queue-length count="10" per-cpu="20"/>
<max-threads count="10" per-cpu="20"/>
<keepalive-time time="10" unit="seconds"/>
</bounded-queue-thread-pool>
and:
<connector name="http" scheme="http" protocol="HTTP/1.1"
socket-binding="http" executor="executor" />
web will still use the default executor.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: