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 advantages of cookies?
Can you explain in detail 'javax.servlet' package?
How do you configure a centralized error handler in servlets?
How native code can be used in a servlet?
What are the supporting protocol by HttpServlet ?
How to find whether a parameter exists in the request object?
How can we achieve transport layer security for our web application?
What is the importance of init() method in Servlet ?
What is a web container and what is its responsibility?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can we invoke another servlet in a different application?
How the typical servlet code look like ?
How to get the actual path of servlet in server?
Explain the lifecycle of a servlet?
Which interface should be implemented by all servlets?