Difference Between Web Server and Application server ??

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the phases of a servlet life cycle?

821


What’s the difference between forward() and sendredirect() methods?

759


What’s the difference between sendredirect and forward methods

796


Explain web application directory arrangement?

771


Is dispatcher servlet a singleton?

719


What are the disadvantages of storing session state in cookies?

861


How a servlet is unloaded?

784


What is servlet and its use?

795


Why is servlet used?

879


why we should override only no-agrs init() method.

859


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

809


Which java application server is the best?

746


Explain url encoding?

721


When to use doget() and when dopost()?

808


Which interface must be implemented by all servlets?

1007