Webserver ,Web container, Application server的区别

1)Webserver Web container Application server的区别:

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

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

猜你喜欢

转载自blog.csdn.net/mark_to_win/article/details/89224645