difference

Showing posts with label difference. Show all posts
Showing posts with label difference. Show all posts

Web server vs Application server


Web vs application servers

Introduction

  • The application server is the super one.
  • Each application server contains an inbuilt web server.
  • If you are not satisfied with the inbuilt server, you can add another web server to the application server.

 What is the difference?

Web serverApplication server
Ex: Tomcat, Jetty, ResinEx: Glassfish, Wildfly, JBoss, WebSphere
Not J2EE compatibleJ2EE compatible
Can run web applications onlyCan run both web and enterprise applications
Support for HTML, JSP, Servlets...Support for HTML, JSP, Servlets, EJB, JMS...etc as well.