Web容器
- Servlet: 按 Servlet 规范编写的一个类,运行在 Servlet 容器端。Servlet没有main方法,不能独立运行,它必须被部署到Servlet容器中,由容器来实例化和调用 Servlet的方法(如doGet()和doPost()),Servlet容器在Servlet的生命周期内包容和管理Servlet
- Web 容器:管理和运行Servlet/JSP的容器
TomCat
WhyName? It's reportedly called 'Tomcat' web server because the founder saw it as an animal that could take care of and fend for itself