JBossWeb WildFly Subsystem Configuration

From NovaOrdis Knowledge Base
Revision as of 19:23, 30 July 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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