A web container implements the web component contract of the Java EE architecture. This architecture specifies a runtime environment for additional web components, including security, concurrency, lifecycle management, transaction, deployment, and other services. 常见的web容器如下: 在web容器中,web应用服务...
web容器也叫servlet容器,负责servlet的生命周期,映射url请求到相应的servlet。 A web container (also known as a servlet container;[1] and compare "webcontainer"[2]) is the component of a web server that interacts with Java servlets. A web container is responsible for managing the lifecycle of ser...