Difference Between Web Server and Application server ??
Answer Posted / lokesh babu
1. webserver allows us manage web applications
application server allow us to manage and execute application.
2. webserver contain only jsp and servlet containers
application server contain jsp, servlet and ejb containers
3. webserver not allows us to create separate domain
application server allows us to create separate domain
4. provide less middleware services
application server provide more middleware services
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the various ways of session supervision in servlets?
How to create war file?
Is dispatcher servlet a singleton?
What are the types of an http request?
Explain the different ways for servlet authentication?
What is difference between cookies and httpsession?
Is it possible to have a constructor inside the servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
How can an existing session be invalidated?
Difference between GET and POST?
How do we share data using 'getservletcontext ()?
What do you mean by singlethreadmodel interface?
What is the process for chaining servlet?
What is the type of method for sending request from http server?
What is servletconfig?