Summary

In this chapter, we learned that the old web container—JBoss Web Server—of JBoss AS has been replaced by Undertow. This new web server/container is blazing fast and highly adaptive to handle new technologies.

Support for HTTP, HTTPS, and AJP is available through listeners that connect to a chain of handlers that, in turn, provide dynamic functionality.

Undertow is based on the XNIO framework that, supports and enhances Java NIO.

There are relatively few tuning points in Undertow, but heed should be taken for the available worker pools, buffer pools, and JSP compilation attributes. As always, the needs of your specific use case and environment can only be satisfied by tests.

Using a web server such as Apache HTTPD (with mod_cluster) as a frontend ...

Get WildFly Performance Tuning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.