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 do you mean by web applications? Explain web application directory arrangement?
What are the types of an http request?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
When servlet object is created?
What are its drawbacks of cgi?
How we can call a jsp from the servlet?
Is it good idea to create servlet constructor?
What is meant by a web application
What is the directory structure of a war file?
How is a servlet implemented in code?
What is a cookie What is the difference between session and cookie
How do we go with database connection and log4j integration in servlet?
request parameter how to find whether a parameter exists in the request object?
Given the request path below, which are context path, servlet path and path info?
What do you mean by cgi and what are its drawbacks?