Difference Between Web Server and Application server ??

Answers were Sorted based on User's Feedback



Difference Between Web Server and Application server ??..

Answer / santhosh kandula

1. Web server is mainly used for the viewing of browser
whereas Applecation server is mainly for developing the
business logic to the client application and it will be
done through protocols.

2. Web server having only web container where as
Application server having additionally EJB container and
directory server.

3. It is posible to integrate Webserver into an Application
server.

Is This Answer Correct ?    11 Yes 0 No

Difference Between Web Server and Application server ??..

Answer / m.vinodkumar

1.)Web server can provide only one webserver to perform the services in serverside , where as application server provides both web and application servers to provide the services.
2.)Web server provides clusturing very limitedly ,where as Application provides complete clusturing concept.
3.)Web server support only HTTP protocol , where as Application server provides HTTP,FTP,SMTP .....and etc.
4.)Web server supports only limited number of Middleware services where as Application server supports more Middleware services.

Is This Answer Correct ?    11 Yes 1 No

Difference Between Web Server and Application server ??..

Answer / vkrishna88

web server having only one web container like(sevlet
container) where as application server having more than one
container like(Servlet container and EJB container)....

In web server developing only web application related where
as application server developing all application like(EJB
application and web application..etc)....

Is This Answer Correct ?    1 Yes 0 No

Difference Between Web Server and Application server ??..

Answer / lokesh babu

1. webserver allows us manage web applications
application server allow us to manage and execute application.
2. webserver contain only jsp and servlet containers
application server contain jsp, servlet and ejb containers
3. webserver not allows us to create separate domain
application server allows us to create separate domain
4. provide less middleware services
application server provide more middleware services

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?

4 Answers   AZTEC,


Explain the differences between jsp and servlet.

0 Answers  


Can we use javascript in Servlets?

2 Answers   Wipro,


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??

2 Answers  






When should you prefer to use doget() over dopost()?

0 Answers  


Write the code to get the server information in servlet.

0 Answers  


give the syntax of doGet() and doPost()?

2 Answers  


What are the types of protocols supported by httpservlet ?

0 Answers  


List out difference between a JavaBean from a Servlet?

0 Answers  


What is the disadvantage of cookies?

0 Answers  


What is servlet container. how it works?

0 Answers  


Categories