Tagged articles
4 articles
Page 1 of 1
Top Architect
Top Architect
Feb 7, 2022 · Backend Development

Understanding Tomcat: Architecture, Components, Lifecycle, Connectors, and Asynchronous Servlets

This article provides a comprehensive overview of Tomcat, covering its role as a Java web server, internal components such as Server, Service, Connector and Container, lifecycle management, deployment methods, connector implementations (BIO, NIO, APR), Comet support, and asynchronous servlet processing, with code examples for thread handling.

Asynchronous ServletConnectorServlet Container
0 likes · 20 min read
Understanding Tomcat: Architecture, Components, Lifecycle, Connectors, and Asynchronous Servlets
Java Backend Technology
Java Backend Technology
Feb 26, 2018 · Backend Development

How Spring Boot Integrates Embedded Tomcat to Power Your Java Web Apps

Spring Boot simplifies Java web development by embedding Tomcat as its default servlet container, automatically configuring components like Engine, Host, Context, Wrapper, and Connector through application properties, while supporting dynamic servlet registration, WAR deployment, and revealing the underlying initialization process via logs and code.

Embedded TomcatJava WebServlet Container
0 likes · 7 min read
How Spring Boot Integrates Embedded Tomcat to Power Your Java Web Apps
Java Backend Technology
Java Backend Technology
Dec 9, 2016 · Backend Development

Inside Tomcat: Uncovering Its Architecture and Startup Process

This article explores Tomcat's dominant market share, its modular top‑level structure of Server, Service, Connector and Container, and details the step‑by‑step startup sequence from Bootstrap through Catalina to the Server and Service components.

Java EEServer ArchitectureServlet Container
0 likes · 10 min read
Inside Tomcat: Uncovering Its Architecture and Startup Process