|
Re: Diff b/w a API server and a Web server
|
Posted: Mar 12, 2004 1:29 AM
|
|
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 -----
|
|