The Artima Developer Community
Sponsored Link

Java Answers Forum
Diff b/w a API server and a Web server

1 reply on 1 page. Most recent reply: Mar 12, 2004 1:29 AM by Viswanatha Basavalingappa

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
anamika

Posts: 11
Nickname: anamika
Registered: Feb, 2004

Diff b/w a API server and a Web server Posted: Mar 11, 2004 5:58 AM
Reply to this message Reply
Advertisement
Hi, can you tell me what is the diff between a web server and a API server.


Viswanatha Basavalingappa

Posts: 84
Nickname: viswagb
Registered: Nov, 2003

Re: Diff b/w a API server and a Web server Posted: Mar 12, 2004 1:29 AM
Reply to this message Reply
Hi, If I'm correct, It should be

Diff between Web Server and Application Server, I feel there is no API Server.

any way it is like this

1. Requests
- A Web server exclusively handles HTTP requests,[HTTP]
- Application server serves business logic to application programs through any number of protocols [HTTP,TCP/IP]

2. Components Holding

- Webserver holds the following components
JSP, Servelt, HTML Pages..
- App Server hold the EJB componane, Message Beans, Interaction with Legacy Connectivity.

3.

- Application server supports Caches,Clusters,Load Balancing
- but not in Web Server

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.

Viswa
-----

Flat View: This topic has 1 reply on 1 page
Topic: Need Help Bad Previous Topic   Next Topic Topic: Exercises from Eckel chapter 4

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use