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's the difference between servlets and applets?

549


Write a hello world program using servlets.

576


What is servlet and its life cycle?

556


What is called a session?

611


Which is better jsp or servlet?

543






Why do we have servlet wrapper classes?

568


What are the phases of servlet life cycle?

597


Explain the difference between servletconfig and servletcontext in servlet?

559


Can you refresh servlet in client and server-side automatically?

606


Explain the concept of ssi ?

581


What are the uses of servlet and what is servlet chaining?

551


When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?

564


How to get the IP address of client in servlet?

618


How to commuincate between an applet and a servlet?

574


What is servlet used for?

682