What is the difference between a server and a web server?

1 answer

Answer

1188522

2026-05-13 03:50

+ Follow

== == 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 1. Web Container(for interpreting/executing servlets and jsps) 2. EJB container(for executing EJBs). it can perform operations like load balancing , transaction demarcation etc etc

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.