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

What are some advantages of storing session state in cookies?

0 Answers  


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

0 Answers  


When the methods init() and Distroy() will be called?

2 Answers  


How can you create a session in servlet?

0 Answers  


Describe servlet?

0 Answers  






What are the types of servlet?

0 Answers  


java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent

3 Answers   IBM,


What are the classes and interfaces for servlets?

4 Answers  


Can you send an authentication error from a servlet?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


List out the difference between ServletConfig and ServletContext?

0 Answers  


What are the differences between forward() method and sendredirect() methods?

0 Answers  


Categories