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 mechanisms are used by a Servlet Container to maintain session information?
What is a server side include (ssi)
The code in a finally clause will never fail to execute, right?
What are the mechanisms used by a servlet container for maintaining session information?
When servlet is loaded?
What is context in servlet?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the uses of servlet
What is servlet? Explain
What are the phases of servlet life cycle?
Explain the war file?
What is servlet and its advantages?
If a servlet is not properly initialized, what exception may be thrown?
How to notify an object in session when session is invalidated or timed-out?
What is servlet in tomcat?