Geeks Talk

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.

Application Server v/s Web Server v/s Container

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....

Go Back   Geeks Talk > Software Development > Java
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Java Java related Issues and Problems

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-04-2009
Contributing Member
 
Join Date: Aug 2009
Location: Indore
Posts: 33
Thanks: 9
Thanked 5 Times in 5 Posts
Sarje is on a distinguished road
Application Server v/s Web Server v/s Container

What is the difference among Application Server and Web Server and Container.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-09-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 989
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
Re: Application Server v/s Web Server v/s Container

Quote:
Originally Posted by Sarje View Post
What is the difference among Application Server and Web Server and Container.

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.
Reply With Quote
The Following 3 Users Say Thank You to rijus For This Useful Post:
  #3 (permalink)  
Old 09-11-2009
Junior Member
 
Join Date: Sep 2009
Posts: 3
Thanks: 1
Thanked 1 Time in 1 Post
megha131313 is on a distinguished road
Thumbs down Re: Application Server v/s Web Server v/s Container

application server is a father of web server .
Reply With Quote
The Following User Says Thank You to megha131313 For This Useful Post:
  #4 (permalink)  
Old 4 Weeks Ago
Junior Member
 
Join Date: Dec 2008
Location: Indore MP India
Posts: 7
Thanks: 0
Thanked 1 Time in 1 Post
amit.jain10 is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to amit.jain10 For This Useful Post:
  #5 (permalink)  
Old 3 Weeks Ago
Junior Member
 
Join Date: Oct 2009
Location: bangalore
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
elangobabu is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Software Development > Java

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 09:02 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved