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
How a servlet is unloaded?
Can you call a jsp from the servlet?
Why is a constructor needed in a servlet even if we use the init method?
Can we refresh servlet in client and server side automatically?
How can we refresh automatically when new data has entered the database?
What is servlet api used for conneting database?
What is ServletContext object?
Write a hello world program using servlets.
Explain how to improve Servlet Performance?
Explain the difference between jsp and servlet?
Explain how does JSP handle run-time exceptions?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is pure servlet?
How do you invoke a servelt?
What is the difference between the servlets and cgi programs?