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
Who is responsible for writing a constructor?
Which httpsession object is used to view and manipulate information about a session?
What is the inter-servlet communication?
What is the procedure of invoking different servlet in a different application?
What are the objects involved when a servlet receives a call from client?
What is the difference between sendredirect() and forward() in a servlet?
Why is init() method is used in servlets?
What are the differences between forward() method and sendredirect() methods?
What is difference between server and servlet?
Tell us something about servletcontext interface.
What is meant by a web application
How we can get ip address of client in servlet?
What do you mean by filter in servlet?
What is the advantage of Servlets when compared with other server side technologies?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file