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
Explain the difference between servlet and cgi?
What is the importance of init() method in Servlet ?
What is SingleThreadModel interface?
Is servlet a controller?
Can we override destroy method in servlet?
Explain the servlet context.
What are the different types of servlets?
Which interface must be implemented by all servlets?
What are the drawbacks of cgi?
What are the steps that are required to handle the multi-threading?
What is the use of servletconfig interface?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What does the term localization refer to?
Explain web application directory arrangement?
Write the code to get the server information in servlet.