# Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more
!!! tip "Nubenetes V2 Elite Portal"
You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the [**V1 Historical Archive**](/v1/embedded-servlet-containers/).
!!! info "Architectural Context"
Detailed reference for Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more in the context of Developer Ecosystem.
## Table of Contents
1. [Architectural Foundations](#architectural-foundations)
- [Kubernetes Tools](#kubernetes-tools)
- [General Reference](#general-reference)
1. [Platform Engineering](#platform-engineering)
- [Application Servers](#application-servers)
- [Migration](#migration)
- [Web Servers](#web-servers)
## Architectural Foundations
### Kubernetes Tools
#### General Reference
- [Comparing Embedded Servlet Containers in Spring Boot](https://www.baeldung.com/spring-boot-servlet-containers) [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Comparing Embedded Servlet Containers in Spring Boot in the Kubernetes Tools ecosystem.
- [Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet' Containers](https://examples.javacodegeeks.com/enterprise-java/spring/tomcat-vs-jetty-vs-undertow-comparison-of-spring-boot-embedded-servlet-containers) [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Tomcat vs. Jetty vs. Undertow: Comparison of Spring Boot Embedded Servlet' Containers in the Kubernetes Tools ecosystem.
## Platform Engineering
### Application Servers
#### Migration
- **(2021)** [Apache Tomcat migration tool for Jakarta EE](https://github.com/apache/tomcat-jakartaee-migration) ⭐ 188[JAVA CONTENT] 🌟🌟 [LEGACY] — A command-line utility designed to automatically migrate legacy Java EE 8 web applications to modern Jakarta EE (9+) architectures. It translates package namespaces from `javax.*` to `jakarta.*` in binaries and source code.
#### Web Servers
- **(2026)** [Undertow](https://undertow.io) [JAVA CONTENT][ADVANCED LEVEL][COMMUNITY-TOOL] — A highly performant, modular web server designed by Red Hat. Written in Java, it features non-blocking, asynchronous capabilities, functioning as a powerful, lightweight container engine for high-density microservices.
---
💡 **Explore Related:** [Angular](./angular.md) | [Python](./python.md) | [Dom](./dom.md)