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 are the uses of servlet
What is api in servlet?
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 mechanisms are used by a Servlet Container to maintain session information?
What is the functionality of actionservlet and requestprocessor?
Explain the features are in servlet 3?
What is cgi?
Explain the servlet context.
Explain is servlet mapping?
What are the types of servlet?
What are the types of servlets? Explain
What is servlet lazy loading?
What is the GenericServlet class?
Differentiate between get and post?
What are the different ways we can maintain state between requests?