Tomcat Chapter Index
Introduction
This index lists all 22 chapters in the Hello Code Tomcat track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/tomcat.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–04)
Configuration (05–06)
Deployment and Servlet Basics (07–09)
Operations (10–13)
Spring and Advanced Ops (14–15)
Projects (16–19)
Reference (20–21)
Suggested Learning Paths
Path A: Servlet developer
01 → 02 → 03 → 07 → 08 → 09 → 16 → 20
Path B: Ops / deploy focus
01 → 02 → 03 → 04 → 05 → 07 → 11 → 12 → 17 → 18 → 20
Path C: Spring Boot on shared Tomcat
01 → 02 → 07 → 14 → 19 → 12
Author Outline
Chinese chapter plan: frontend/gen_article_plan/tomcat.md.
Coverage Notes
- Tomcat 10.1.x + Jakarta + JDK 17+ is the default thread
- Embedded Tomcat (Spring Boot JAR) is covered in Spring Boot track; this track emphasizes standalone install and WAR deploy
- Site category:
docs/tomcat/category_meta_info.json and public/category-logos/tomcat.svg
FAQ
Where to start with Spring Boot only?
Spring Boot track first; return here when you must deploy WAR to shared Tomcat.
Missing chapter on pure JSP sites?
JSP basics are in 09; modern stacks favor SPA + API—see Nginx SPA project.
Tomcat 9 / javax content?
Compare tables in 01 and 02; migrate to 10 for Boot 3.