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.

java

This is a discussion on java within the Java forums, part of the Software Development category; Can any one help me ........... what is diff b/w web server and application server ?????????...

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-15-2008
Junior Member
 
Join Date: Jun 2008
Location: Hyderabad
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
srinivas.kouth is on a distinguished road
java

Can any one help me ...........

what is diff b/w web server and application server ?????????
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-15-2008
Junior Member
 
Join Date: Sep 2008
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
masthan02 is on a distinguished road
Re: java

WEB SERVER:

implements ony servlet and jsp api.
comes wt servlet and jsp containers.
can receives Http request only.
implicit middleware service support is not thare.
ex:tomcat5.0/6.0


APPLICATION SERVER:

impements entire j2ee specification.
receives all types of requests.
implicit middleware service is there if business component is EJB
ex:weblogic
Reply With Quote
  #3 (permalink)  
Old 09-15-2008
Junior Member
 
Join Date: Sep 2008
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
masthan02 is on a distinguished road
Re: java

[QUOTE=masthan02;36199]WEB SERVER:

implements ony servlet and jsp api.
comes wt servlet and jsp containers.
can receives Http request only.
implicit middleware service support is not thare.
ex:tomcat5.0/6.0


APPLICATION SERVER:

impements entire j2ee specification.
receives all types of requests.
implicit middleware service is there if business component is EJB
ex:weblogic
Reply With Quote
  #4 (permalink)  
Old 04-12-2009
Junior Member
 
Join Date: Apr 2009
Location: Hyderabad,India
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
nandyalaajay2000 is on a distinguished road
Re: java

webserver contains web container only but application server contains both web container and ejb container
ex:tomcat is a webserver
weblogic,websphere,Jboss are application server
Reply With Quote
  #5 (permalink)  
Old 05-19-2009
Junior Member
 
Join Date: May 2009
Location: Chandigarh
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
j_cena is on a distinguished road
Re: java

Quote:
Originally Posted by srinivas.kouth View Post
Can any one help me ...........

what is diff b/w web server and application server ?????????
A computer that delivers (serves up) Web pages. Every Web server has an IP address and possibly a domain name.

Also called an appserver. A program that handles all application operations between users and an organization's backend business applications or databases. Application servers are typically used for complex transaction-based applications. To support high-end needs, an application server has to have built-in redundancy, monitors for high-availability, high-performance distributed application services and support for complex database access.

query again
Reply With Quote
  #6 (permalink)  
Old 06-27-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 984
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: java

Hi Friends,

Webserver serves pages for viewing in web browser, application server provides exposes businness logic for client applications through various protocols.


Webserver exclusively handles http requests.Application server serves bussiness logic to application programs through any number of protocols.

Webserver delegation model is fairly simple,when the request comes into the webserver,it simply passes the request to the program best able to handle it(Server side program). It may not support transactions and database connection pooling.


Regards,
Riju
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
How to test java project in QTP without java addin Geek_Guest QTP 12 08-30-2009 12:55 AM
java sanju31 Java 10 07-07-2009 01:24 PM
Java varanasisaikarthik OOPS 6 10-16-2008 04:02 AM
How to set path for java in Linux for java programs jitudash Java 2 04-24-2008 07:15 AM
Java or .Net Which is better anju achuthan Java 0 03-19-2008 05:12 AM


All times are GMT -4. The time now is 05:20 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