Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Application Server v/s Web Server v/s Container within the Java forums, part of the Software Development category; What is the difference among Application Server and Web Server and Container....
|
|||||||
|
|||
|
Re: Application Server v/s Web Server v/s Container
Quote:
Hi Sarje, An application server is technology where developers can create, test, and execute application components. Application servers are typically J2EE-based, running EJBs or other Java components Web servers are technology designed to create and deploy Web site, serving up content more so than applications. They both use Web interfaces, but Web servers are more about the interface than the back-end logic A Webcontainer serve as a runtime environment for a web application. The web application runs withina web container of a web server. Thanks, Riju. |
| The Following 3 Users Say Thank You to rijus For This Useful Post: | ||
|
|||
|
application server is a father of web server .
|
| The Following User Says Thank You to megha131313 For This Useful Post: | ||
|
|||
|
Re: Application Server v/s Web Server v/s Container
web server is provide container service to run web application
that contains only jsp & servlets Application server proivide more service to deplyed application like security , life cycle manage , pool management Both are using for trnsfer request , Container residing in application server side. 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 |
| The Following User Says Thank You to amit.jain10 For This Useful Post: | ||
|
|||
|
Re: Application Server v/s Web Server v/s Container
Diffrence between application server and web server is
application server: >it contains only application container >it recognizes only .ear files >it provides less middle ware services >it does not follows clustering model web server: >it contains both application container and web container >it recognizes .ear and .war file also >it provides more middle ware services >it follows clustering model container: container is a runtime environment for our application. which takes care about invoking life cycle methods , maintaining threads , provides middle ware services and etc. all out applications runs under the container. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is the difference between application server, web server and portal server? | vinothkumarbaskaran | Web Servers | 17 | 10-13-2009 12:02 PM |
| Difference between Application server & Web server | suniraj | Web Testing | 3 | 07-08-2009 05:57 AM |
| Application Server & Database Server | babi_geek | Oracle | 1 | 06-24-2008 08:07 AM |
| Weblogic Application Server | g_kora | Web Servers | 2 | 01-29-2008 03:04 AM |
| Need of webserver in Application Server... | psuresh1982 | Web Servers | 1 | 07-16-2007 10:28 PM |