Difference between web container & web server...........
Difference between web server & application server?????????

Answer Posted / ramesh nagula

webcontainer is nothing but runtime enviroment, it provides
facility and service required to run a servlet, it provides
the implementation of servlet API..
where as a webserver is a server which hosts our
application and serves webpages upon request.. webserver
contains webcontaine.
Web server supports only http protocol and it can process
http request only where as an application server supports
various protocols like http,ftp,smtp etc.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you pass values from HTML page to the servlet?

558


What are the drawbacks of cgi?

576


What is servlet and its use?

632


How can you use a servlet to generate a plain text instead of html?

601


What are the exceptions thrown by servlets? Why?

625






Can we use the constructor, instead of init(), to initialize servlet?

586


How do you invoke a Servlet? What is the difference between doPost method and doGet method?

651


Why do we have servlet wrapper classes?

582


What are the difference between RMI and Servlets?

1054


What is session?

645


Explain load on start-up and its importance?

601


What is ServletContext object?

652


Why servlet is used as controller ? Not JSP? I want complete explation?

661


What are different ways for servlet authentication?

569


What is called a session?

625