Tag: tomcat
-
What are the enhancements in latest Stable Version of Tomcat Embed Core for Spring Boot?
Before we check the new enhancements. Let’s quickly review some facts about Tomcat. The history of Tomcat, also known as Apache Tomcat, is closely tied to the development of the Java platform and the Apache Software Foundation. Here’s an overview of its interesting history: The latest version of Stable Tomcat embed core, version 11.0.14, was…
-
What are over 50 things to avoid from Tomcat layer to improve performance in SpringBoot?
By following these best practices, you can effectively initialize and configure Tomcat with Spring Boot for running your application. By avoiding these performance pitfalls at the Tomcat layer, you can significantly improve the performance of your Spring Boot application. Keep in mind that the specific optimizations required may vary based on your application’s characteristics and…