Re: Web development still Java 8
You don't need a Servlet Server the days. A lot of enterprise style web apps, just embed jetty or similar http servers libraries. So they self host themselves.
Since you are often now deploying them in containers via things like kubernetes many of the advantages of a full blown app server have long gone.