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 is a java servlet?
What do you mean by cgi in servlet?
What is cgi and what are its drawbacks?
What is Client-Server Computing?
How to upload a file to the server using servlet?
How can we refresh automatically when new data has entered the database?
how many jsp scripting elements are there and what are those?
What do you mean by request dispatcher in servlet?
What is the disadvantage of cookies?
Why do we need servlet filter?
How native code can be used in a servlet?
Explain the role of dispatcherservlet and contextloaderlistener.
Why servlet is used as controller ? Not JSP? I want complete explation?
How would you create deadlock on your servlet?
What is servlet looping or chaining?