| Author |
application server vs web server vs web container
|
Maiyappan Manalan
Greenhorn
Joined: Nov 26, 2012
Posts: 1
|
|
can you please differentiate the application server and webserver and web container detaily...
Thanks in advance
Meiyappan
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
An application server is able to run EJBs. For example WebSphere or JBoss.
A web container is only able to run servlets (not EJBs). For example, Tomcat or the web container embedded in WebSphere.
A web server is only able to serve static content like images - no Java apps at all. Apache Http Server is an example
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
|
posted

0
|
|
Start reading here: https://www.coderanch.com/how-to/java/WebVsApplicationServer
|
Android apps – ImageJ plugins – Java web charts
|
 |
 |
|
|
subject: application server vs web server vs web container
|
|
|