Re: app server and webserver differences
Posted By:
Perry_Hunchak
Posted On:
Friday, June 1, 2001 07:11 AM
Webservers usually just serve up html pages after receiving an http request.
Typically application servers provide a complete server side environment for your application, not just servlets/jsp, and scale to handle large client loads.
Here is complete overview of how webservers work and the difference between a web server and app server
http://webcompare.internet.com/webbasics/index.html