The most intelligent Java IDE
[Logo] JavaRanch » Big Moose Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Servlets
 
RSS feed
 
New topic
Author

Difference between web container and web server

rohan yadav
Ranch Hand

Joined: Oct 13, 2009
Messages: 136

Hi everyone, I am little confused with difffrence between web container and web server. Can anyone tell me diffrence between web container and web server?
Thanks everyone in advance.

This message was edited 1 time. Last update was at by Ulf Dittmer


Sage of The Monstrous Toad of Mount Myoboku
Paul Santa Maria
Ranch Hand

Joined: Feb 24, 2004
Messages: 223

Hi -

A "web server" is anything that responds to HTTP requests; ie. anything that serves web pages. Apache, Apache/Tomcat, IIS and JBoss/Tomcat are all examples of web servers.

A "web container" is a web-based, runtime environment to support J2EE components. Just as a "servlet container" (such as provided by Tomcat) is a runtime environment for Java servlets.

Having a "web container" implies having a "web server". But a "web server" need not have anything to do with web containers.

Or, more simply:


'Hope that helps .. PSM

Paul M. Santa Maria, SCJP
Ulf Dittmer
Sheriff

Joined: Mar 22, 2005
Messages: 26812

If you search these forums you'll find that this question gets asked a lot; it really is a FAQ. Part of the reason is that the term "web container" is not used outside of the Java world (and not much within it) so many people aren't sure what it means. I recommend not to use that term; it confuses more than it helps.

Java web chartsImageJ PluginsSpecification URLsJava FAQs
rohan yadav
Ranch Hand

Joined: Oct 13, 2009
Messages: 136

Thanks everyone.

Sage of The Monstrous Toad of Mount Myoboku
 
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Java » Servlets
 
RSS feed
 
New topic
IntelliJ open source

.