Difference between web server and Application Serv,
June 25, 2008 at 6:22 PM
Web server handles only Http requests where as Application server handles any protocol requests. Web server is 3-tier architecture where as Application server is n-tier architecture. Using web server we can deploy the applications like Jsp&servlets only.Using Appl server we can deploy the applications like Jsp&servlets and ejb also.
View All Comments
| View Tutorial