Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / vignesh
web container is a part of web server. which for containing
the servlets & jsps.
Difference between webserver & application server in the
sence, Web server only provide supports for jsps &
servlets. but won't support for EJB. But the Application
server supports all these things, like Jsps, Servlets ane
EJB.
Ex for Web server is TomCat,JRuner
Ex for Application server is WebLogic,JBoss
Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What if you need to span your transaction across multiple servlet invocations?
Who is responsible for writing a constructor?
What is the use of httpservletresponsewrapper?
What are the differences between the servletconfig interface and the servletcontext interface?
What do you mean by default initialization in java servlet?
What is the use of servlet wrapper classes?
What is a cookie What is the difference between session and cookie
Which method is called when reference variable is passed in system.net?
Given the request path below, which are context path, servlet path and path info?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is servlet configuration?
What is difference between PrintWriter and ServletOutputStream?
What are the mechanisms used by a servlet container for maintaining session information?
Explain in brief the directory structure of a web application?