What is the difference between Web Server and Application
Server

Answers were Sorted based on User's Feedback



What is the difference between Web Server and Application Server..

Answer / subhranghshu bhattacharjee

web server only use for web application.
but application server use both web application and ejb
application.because application server have both web
container and ejb container,but web server have only web
container

Is This Answer Correct ?    13 Yes 2 No

What is the difference between Web Server and Application Server..

Answer / guest

webservers contain only static content. It serves only
html,jsp files,servlets, image files.
Appserver contain dynamic content. It serves ejb's .

Is This Answer Correct ?    5 Yes 0 No

What is the difference between Web Server and Application Server..

Answer / faraz

Web Server: web server only use for web application.
webservers contain only static content.
It serves only html,jsp files,servlets, image files.
Also when any request comes to it ..It just send back the
response in files.No processing or business logic takes
place.
e.g : Microsoft IIS server

Application Server:
Application server use both web application and ejb
application.
Application server have both web container and ejb
container.
When request comes it process the whole request,Business
Logic of the application took part in it.
Applicationserver contain dynamic content. It serves ejb's .

e.g : JBoss.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between Web Server and Application Server..

Answer / sheshadri

Basic difference b/w a web server & application server is

WebServer can handle only http protocol whereas the
application server supports all protocols like http,FTP etc.

Application servers uses scalability & various fault
tolerance techniques which webservers won't.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between Web Server and Application Server..

Answer / rajendra

WeServer is used to serve only dynamic content of the application in order to improve the performance of the application . Its just like reducing the workload of the application server . On the other hand application server is used to server DYNAMIC content which can be both EJB and WEB module .

Is This Answer Correct ?    4 Yes 2 No

What is the difference between Web Server and Application Server..

Answer / m.sivakumar

Web Server: web server only use for web application.
webservers contain only static content.
It serves only html,jsp files,servlets, image files.

Application Server:
Application server use both web application and ejb application.
Application server have both web container and ejb container.
Applicationserver contain dynamic content. It serves ejb's .

Is This Answer Correct ?    1 Yes 1 No

What is the difference between Web Server and Application Server..

Answer / kamruddin

Web server:- are those server which are run and exicute the
web based application.

Application server:- are those server which are run and
exicute web based application , application server and stand
alone application.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Websphere Interview Questions

how do you test your message flows and design test case?

0 Answers   IBM,


What can you do with xml access scripts?

0 Answers  


What is the websphere application server console and what is its role? What is the default url and port for accessing it?

0 Answers  


What is web content management system (wcms)?

0 Answers  


what is queuemanager in ibm websphere mq? is it possible to manage sibus using fine-grained administrative security?

0 Answers   IBM,






Mention what are the default ports you use to use websphere application sphere?

0 Answers  


Difference between 5.0 and 6.0?

0 Answers  


What happens if my dmgr is not running?

0 Answers  


What is ldap realm support and why would I want to use it?

0 Answers  


How to check the installed was version?

0 Answers  


What is dynacache and role of cachespec.xml in wcs?

0 Answers  


what is difference between binding connection and client connection?

0 Answers   IBM,


Categories