| 1. |
What Is Different Between Webserver And Application Server? |
|
Answer» The basic difference between a WEB server and an application server is Webserver can execute only web applications i,E servlets and JSPs and has only a single CONTAINER known as Web container which is used to interpret/execute web applications. Application server can execute ENTERPRISE application, i,e (servlets, jsps, and EJBs) it is having two containers:
it can perform operations like load balancing , transaction demarcation etc. The basic difference between a web server and an application server is Webserver can execute only web applications i,e servlets and JSPs and has only a single container known as Web container which is used to interpret/execute web applications. Application server can execute Enterprise application, i,e (servlets, jsps, and EJBs) it is having two containers: it can perform operations like load balancing , transaction demarcation etc. |
|