Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / rajesh
Hi,
Webcontainer is the component reside within the webserver
i.e servlet engine or jsp engine supports dynamic page
delivery(Tomcat).
Web server is the software component which may deliver
static contents or Dymnamic content based on the
configuration.
App servers are heavy weight components which is mainly
build to support components that maintain heavy business
logic and also to provide various Entreprise services.
ex EJB containers.
Regards
Rajesh R
Rajeshr1988@gmail.com
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is servlet container?
What is the life cycle of a servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How to get the path of servlet in the server?
What is the procedure for initializing a servlet?
What is the structure of the http response
Explain the difference between servlet and cgi?
Explain the difference between a web server and a web container?
What is a servlet context object?
How to create war file?
What are the two important api's in for servlets?
Which http method is said to be non-idempotent and idempotent?
What is SingleThreadModel interface?
What is url encoding and url decoding
Explain servlet life cycle?