Difference between web container & web server...........
Difference between web server & application server?????????

Answer Posted / veens

web server: Is responsible for receiving request from
client and sending responses to client.
web container: w.c contains Servlet engine and jsp engine,
responsible for executing servlets(JSP) life cycle.
once webserver receivs the request it sends the control to
webcontainer,after execution of servlet(jsp) response will
be sent to web server ,web server will send the response to
client.

Application server: web container + EJB container(engine)

Is This Answer Correct ?    64 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pure servlet?

701


Define context initialization parameters.

579


What are the ways to handle multi-threading in servlets?

599


Explain url encoding in servlet?

582


What is the difference between the http servlet and generic servlet?

606






Can we refresh servlet in client and server side automatically?

598


What is servlet interface?

708


What is the difference between Difference between doGet() and doPost()?

759


Explain their methods? Tell me their parameter names also have you used threads in servlet?

585


What's the use of servletcontext?

686


What is a servlet-to-servlet communcation?

652


What are the differences between the servletconfig interface and the servletcontext interface?

587


If a servlet is not properly initialized, what exception may be thrown?

631


What is a servlet?

611


How many servlet objects are created?

567