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
Can a jsp be called using a servlet?
How do we translate jsp?
What is servlet collaboration?
How can you push data from an Applet to a Servlet?
What do you mean by httpservlet?
What are the exceptions thrown by servlets? Why?
What is servlet container?
What are the phases of a servlet life cycle?
Explain the difference between servlet and cgi?
If some new data has entered the database, explain how can a servlet refresh automatically?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What are all the ways for session tracking?
How many servlet objects are created?
What is the use of servlet context?
What is the functionality of actionservlet and requestprocessor?