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
What is servletconfig?
What is the use of send redirect () method?
Can we fetch the attributes related to a servlet on a different servlet?
What is the purpose of requestdispatcher interface?
What are Servlets?
What is pure servlet?
What are the functions of the servlet container?
What are the steps that are involved in using the httpservlet class?
Write a servlet to upload file on server.
What is the procedure of invoking different servlet in a different application?
What is java servlet?
What is the need of session tracking in web application?
How to generate the server side programming and the advantages of it over the other languages?
How do you get the ip address of the client in servlet?
What is servlet and its life cycle?