Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


difference between applicationserver and webserver

Answers were Sorted based on User's Feedback



difference between applicationserver and webserver..

Answer / ramesh sukka

Application server and web server both are designed to
hadle web request only but application server will support
J2EE middlwware services like JMS,EJB,JTS,J2ee legecy
connection where as web server will not support this. See
the j2ee architecture for middleware components.

Remember every application server will have it own web
server embedded internally. For example for Jboss , it use
Apache web server. For Oracle AS uses HTTP web server.

Regards,
Ramesh Sukka.

Is This Answer Correct ?    10 Yes 0 No

difference between applicationserver and webserver..

Answer / mahendar

Application server provides security,transaction...etc.

Is This Answer Correct ?    3 Yes 0 No

difference between applicationserver and webserver..

Answer / supraja

Web Server understands and supports only HTTP protocol
whereas an Application Server supports HTTP,TCP/IP and many
more protocols. Also many more features such as
Caches,Clusters,Load Balancing are there in Application
Servers which are not available in Web Servers. We can also
Configure Application Servers to work as Web Server. In
short, Applicaion Server is a super set of which Web Server
is a sub set

Is This Answer Correct ?    0 Yes 0 No

difference between applicationserver and webserver..

Answer / shiv kumar

Webserver is a computer program that is responsible for:
1.accepting request from clients
2.serving the Http response
Application server like tomcat,weblogic,websphere is
applicatio that supports/uses servlet and jsp

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Advanced Java Interview Questions

What is codebase in applet?

2 Answers  


JMS based on what technology?

1 Answers  


whats is mean by tiles in struts

0 Answers   SolutionNET,


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


Explain lazy activation?

1 Answers   HCL,


Describe, in general, how java's garbage collector works?

0 Answers  


Do I have to use jsps with my application?

0 Answers  


difference of inheritance and interface

3 Answers  


Can we define constructors in Servlet?

3 Answers   Accenture, Opus, Wipro,


What is a modular application? What does module-relative mean?

0 Answers  


Explain the purposes of methods wait(), notify(), notifyAll ()?

2 Answers  


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  


Categories