Hi friends,

I know the difference between web server and application server.

web sever - serves html web pages i.e serves static pages.
App server - It provides the middle ware components like security/transaction management, load balancing etc and also serves web pages too.

But still i am not clear with:
What is the significance of Web Server which is present inside the Application Server?