Skip to content

Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more

  1. Apache Tomcat
  2. Embedded Servlet Containers in SpringBoot
  3. Undertow

Apache Tomcat

  • Apache Tomcat migration tool for Jakarta EE The aim of the tool is to take a web application written for Java EE 8 that runs on Apache Tomcat 9 and convert it automatically so it runs on Apache Tomcat 10 which implements Jakarta EE 9.

Embedded Servlet Containers in SpringBoot

Undertow