[入门交流] 关于web server, web container以及app server的不同
sangmin214
2010-09-27
转自:http://geekexplains.blogspot.com/2008/06/web-server-web-container-application.html Difference between a Web Server, Web Container, and an Application Server
A Web Container is a J2EE compliant implementation which provides an environment for the Servlets and JSPs to run. Putting it differently we can say that a Web Container is combination of a Servlet Engine and a JSP Engine. If an HTTP Request refers to a Web Component (typically a Servlet or a JSP) then the request is forwarded to the Web Container and the result of the request is sent back to Web Server, which uses that result to prepare the HTTP Response for the particular HTTP Request. Example: Tomcat is a typical Web Container. A typical setup would be to have Apache HTTP Server as the Web Server and Tomcat as the Web Container.
|
相关讨论
相关资源推荐
- honeycomb-server:微型应用容器服务器
- Web Server与App Server
- C# 编写webserver
- JAVA: Java.lang.IllegalStateException javax.websocket.server.ServerContainer not availableJ
- Embedded Server:像写main函数一样写Web Server
- power bi报表服务器_如何将Power BI Report Server报表嵌入ASP.Net Web应用程序
- java单元测试@SpringBootTest报异常 javax.websocket.server.ServerContainer not available
- Caused by: java.lang.IllegalStateException: javax.websocket.server.ServerContainer not available
- 人脸识别web端.rar
- 【使用Blazor构建web应用程序 .NET 6篇 上】