JBossWeb WildFly Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


* [[JBossWeb WildFly Subsystem#Subjects|JBossWeb WildFly Subsystem]]
* [[JBossWeb WildFly Subsystem#Subjects|JBossWeb WildFly Subsystem]]
* [[JBossWeb WildFly Subsystem Concepts]]


=Thread Pool Configuration=
=Thread Pool Configuration=

Revision as of 21:49, 8 June 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" />
...