what is the difference between application server and web server.
Application Server is the implementation of the J2EE specification like EJB , JMS Application server provide the runtime environment to host the enterprise application or business applications.
Webserver:- Using web server we can host the small type of application like war application. Web server distribute the http traffic to back end server.
Comments
Post a Comment