Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / rajesh
Hi,
Webcontainer is the component reside within the webserver
i.e servlet engine or jsp engine supports dynamic page
delivery(Tomcat).
Web server is the software component which may deliver
static contents or Dymnamic content based on the
configuration.
App servers are heavy weight components which is mainly
build to support components that maintain heavy business
logic and also to provide various Entreprise services.
ex EJB containers.
Regards
Rajesh R
Rajeshr1988@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the lifecycle of a servlet?
How can the referrer and the target urls be used in servlet?
Tell us something about servletconfig interface.
Explain the working of service() method of a servlet.
What is a servlet context object?
What do you mean by servlet?
Can servlet have a constructor ?
How can you run a servlet program?
If servlet receives multiple requests, how many objects will it create?
What is the difference between Servlets and Applets?
What is the difference between encodeRedirectUrl and encodeURL?
List out the difference between ServletConfig and ServletContext?
What are the advantages of servlets over traditional cgi?
What are the servlet events?
request parameter how to find whether a parameter exists in the request object?