Webserver ,Web container, Application server的区别

亡梦爱人 提交于 2020-02-08 21:05:27

1)Webserver Web container Application server的区别:

我下面的这段话介绍非常重要,大家定要牢记。(初学者不必看懂)

i)Webserver又名http server:主要处理静态网页http,css,代表作apache,ngix,IIs。速度快。

ii)Web container(容器)能处理servlet,asp,php,cgi,但也可以处理静态网页,就是不专业,比如Tomcat。

iii)Application server包括Web container,而且还包括JMS、JPA、Transactions、Concurrency,ejb容器等技术,比如weblogic和 webSphere,Sun Application server。tomcat+Spring+hibernate才能达到Applcaition server的功能。Application server能处理http,但不专业。

更多请见:http://www.mark-to-win.com/index.html?content=Jsp/jspUrl.html&chapter=Jsp/jsp1_web.html#WebserverWebcontainerApplicationserverDifference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!