Here get all the differences between Web server and Application Server.
Web Server
|
Application Server
|
Web server handles HTTP(protocol) request. Because it only stores web
pages.
|
Application server can deal with any protocols. Because it stores
applications.
|
A dedicated computer or program can be a web server.
|
It’s a type of software engine.
|
Web server only serve wed-based applications such as Jsp and Servlet.
|
Application Server serve Enterprise-based applications such as EJB’s
and web-based applications.
|
Web server came into existence in 1989.
|
Application server came into existence in 1990.
|
Web server does’nt support multi-threading.
|
Application server supports multi-threading, collection-pooling elc.
|
Web server can handle limited request in one second.
|
Application server can handle much more request than web-server,
because it has higher capacity.
|
Web server can only deploy .war files.
|
Application server can deploy .war as well as .ear files.
|
Resource Utilizations is low.
|
Resource Utilizations is high.
|
Examples :- Apache, Microsoft Internet Information Server(IIS)
etc.
|
Examples :- Jboss(Red-Hat), Web Logic Server, JRun etc
|
Blog Author - Pushkar Khosla,
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.
This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.
Software Developer by Profession with 3.0 Yrs of Experience , through this blog i'am sharing my industrial Java Knowledge to entire world. For any question or query any one can comment below or mail me at pushkar.itsitm52@gmail.com.
This blog is all about to learn Core Java ,Interview Programs and Coding tricks to polish your Java Knowledge. If you like the content of this blog please share this with your friends.



No comments:
Post a Comment