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 life cycle of Servlet?
What is webservlet?
What is ServletConfig object?
Difference between forward() method and sendredirect() method ?
What is the difference between servlet and jsp?
When to use doget() and when dopost()?
What is the difference between Difference between doGet() and doPost()?
What is the use of httpservletrequestwrapper?
Why do we have servlet wrapper classes?
What do you mean by cgi and what are its drawbacks?
How forward () method is different from send redirect () method?
What is the use of servlet wrapper classes?
Which HTTP method is non-idempotent?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
When should you prefer to use doget() over dopost()?