Difference Between Web Server and Application server ??
Answer Posted / 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 |
Post New Answer View All Answers
What is the process to implement doget and dopost methods?
What is a web application and what is it’s directory structure?
Write the code to get the server information in servlet.
What is servlet and how it works?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Is servlet a controller?
What is servlet initializer?
Explain the different ways for servlet authentication?
Servlet is pure java object or not?
What are the benefits of using servlet over cgi?
What must be implemented by all servlets?
Explain the difference between get and post method in servlet?
When should you prefer to use doget() over dopost()?
What do you mean by httpservlet?
What is servlet container. how it works?