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
What is the difference between portlet and servlet?
What are the type of protocols used in httpservlet?
Which protocol will be used by browser and servlet to communicate
Elucidate servlet attributes and its scope?
What is the difference between genericservlet and httpservlet
What is Servlets and explain the advantages of Servlet life cycle?
What methods do you use in servlet - applet communication?
What are the advantages of cookies?
Define the lifecycle for executing a jsp page.
What is the directory structure of web application?
How can you use a servlet to generate a plain text instead of html?
How do you deal property files in servlet?
Why are http servlets used in programming?
How can a servlet be used to generate plain text instead of html?
What are the differences between forward() method and sendredirect() methods?