IBM WebSphere Question:
Download Job Interview Questions and Answers PDF
What is the difference between web server and application server?
Answer:
ApplicationServer: takes care of Security, Transaction, Multithreading, Resource pooling, load balancing, clustering, performence, highly availability, scalability, etc. Exposes business logic to client applications through various protocols, possibly including HTTP. Supports deployment of .war and .ear filesApplication server = webserver + EJB container.
Webserver: handles HTTP protocol. Receives HTTP request, it responds with an HTTP response.
Webserver: handles HTTP protocol. Receives HTTP request, it responds with an HTTP response.
Download IBM WebSphere Interview Questions And Answers
PDF
Previous Question | Next Question |
How many ways can you deploy applications in websphere? | How to import jaxp package in IBM WSAD? |