Ask a Question

what is web container? What are different types of web container?

on 2010-05-31 15:47:52   by Amit   on Computer Science & Engineering  1 answers

Administrator

on 2010-05-31 09:30:00  

The web container is a Java runtime environment which is responsible for managing life cycle of JSP pages and Servlets. A web container is responsible for instantiating, initializing and invoking Servlets and JSP pages. The web container implements Servlet and JSP API and provide infrastructure for deploying and managing web components. The web container is part of web server or application server that provides the network services over which request and response are sent. A Web container is may be built into the web server or it may be installed as an additional component to a web server. As per the specification, all web containers must support HTTP protocol however it may support addition protocols like HTTPS. Enterprise JavaBeans (EJB) container Web container Application client container Applet container