mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-02-14 18:09:52 +00:00
18 lines
981 B
Markdown
18 lines
981 B
Markdown
# Embedded Servlet Containers in SpringBoot: Jetty, Tomcat, Undertow and more
|
|
|
|
1. [Apache Tomcat](#apache-tomcat)
|
|
2. [Embedded Servlet Containers in SpringBoot](#embedded-servlet-containers-in-springboot)
|
|
3. [Undertow](#undertow)
|
|
|
|
## Apache Tomcat
|
|
|
|
- [Apache Tomcat migration tool for Jakarta EE](https://github.com/apache/tomcat-jakartaee-migration) 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
|
|
|
|
- [Comparing Embedded Servlet Containers in Spring Boot](https://www.baeldung.com/spring-boot-servlet-containers)
|
|
- [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/)
|
|
|
|
## Undertow
|
|
|
|
- [Undertow](http://undertow.io/) |