Difference between web container & web server...........
Difference between web server & application server?????????
Answer Posted / vignesh
web container is a part of web server. which for containing
the servlets & jsps.
Difference between webserver & application server in the
sence, Web server only provide supports for jsps &
servlets. but won't support for EJB. But the Application
server supports all these things, like Jsps, Servlets ane
EJB.
Ex for Web server is TomCat,JRuner
Ex for Application server is WebLogic,JBoss
| Is This Answer Correct ? | 37 Yes | 12 No |
Post New Answer View All Answers
What must be implemented by all servlets?
How to generate the server side programming and the advantages of it over the other languages?
What is Servlets and explain the advantages of Servlet life cycle?
Whats the advantages using servlets over using CGI?
Can a jsp be called using a servlet?
What is the use of request dispatcher interface?
What do you mean by web applications? Explain web application directory arrangement?
What is difference between server and servlet?
What is the difference between 2 types of servlets?
What is difference between get and post method?
Explain the methods of request dispatcher in servlet?
Which httpsession object is used to view and manipulate information about a session?
What is the use of httpservletrequestwrapper?
How do you create a cookie using servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?