Chapter 7. Tuning the Web Container in WildFly
In this chapter, we will introduce Undertow, which is the brand new web container in WildFly. We will have a quick look at its internals and then continue our performance focus and look at the available tuning configuration options in the container. Finally, we look at the benefits of a web server such as Apache HTTPD with mod_cluster, acting as a frontend to our application server.
Enter Undertow
A vital part of an application server is its web container. In the previous incarnations of WildFly (when it was named JBoss AS), the old container, JBoss Web Server (JWS—https://www.jboss.org/jbossweb/), that was based on a fork of Apache Tomcat (http://tomcat.apache.org/), acted as an embedded Java EE web ...
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.