JBossWeb WildFly Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
...
...
</pre>
</pre>
==Red Hat Recommendations on the Number of AJP/HTTP Threads==
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:How large should our JBoss AJP or HTTP thread pool be? https://access.redhat.com/solutions/452023<br>
</blockquote>

Revision as of 19:23, 30 July 2016

Internal

Thread Pool Configuration

A thread pool must be configured in the "threads" subsystem, as described here:

WildFly Threads Subsystem Configuration

Once the thread pool has been configured, it can be plugged into the HTTP connector as follows:

...
<connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http" executor="http-thread-pool"/>
...

Red Hat Recommendations on the Number of AJP/HTTP Threads

How large should our JBoss AJP or HTTP thread pool be? https://access.redhat.com/solutions/452023