Difference Between Web Server and Application server ??
Answer Posted / 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 |
Post New Answer View All Answers
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What do you mean by a filter and how does it work?
Tell us something about servletconfig interface.
What is the difference between the include() and forward() methods?
What is the purpose of requestdispatcher interface?
Is servlet a framework?
How to get the path of servlet in the server?
Which is the methods of generated servlet?
Why is a constructor needed in a servlet even if we use the init method?
What's the servlet interface?
How to find whether a parameter exists in the request object?
What is java servlet session?
What is servlet in web technology?
The code in a finally clause will never fail to execute, right?
What are Servlets?