Web Server vs App Server

June 14, 2019

Web Server vs Applicatoin Server

Web Server is designed to serve HTTP Content. App Server can also serve HTTP Content but is not limited to just HTTP. 
It can be provided other protocol support such as RMI/RPC

Web Server

Applicatoin Server

Most of the application servers have Web Server as integral part of them, that means App Server can do whatever Web Server is capable of. 
Additionally App Server have components and features to support Application level services such as Connection Pooling, 
Object Pooling, Transaction Support, Messaging services etc