Monday, August 20, 2012

Web container

http://caterpillar.onlyfun.net/Gossip/ServletJSP/Container.html
http://en.wikipedia.org/wiki/Web_container
http://en.wikipedia.org/wiki/Apache_Tomcat

Web container (also known as a Servlet container) is the component of a web server that interacts with Java servlets. A web container is responsible for managing the lifecycle of servlets, mapping a URL to a particular servlet and ensuring that the URL requester has the correct access rights.

就如同JVM介於Java程式與實體作業系統之間,Web容器是介於實體Web伺服器與Servlet之間 

No comments:

Related Posts Plugin for WordPress, Blogger...