What is the differnce between application server and web server

Showing Answers 1 - 10 of 10 Answers

Balachandar

  • Oct 27th, 2005
 

A Web server exclusively handles HTTP requests, whereas an application server serves business logic to application programs through any number of protocols.

  Was this answer useful?  Yes

Web server cannot communicate with Component Architecture or Distributed Architecture.It consists of Servlets and JSP pages.Application server is EJB. It can communicate will both Web and Distributed Architecture. Application server is a Component Architecture.

  Was this answer useful?  Yes

manzoor

  • Nov 3rd, 2005
 

An application server has much more capacity than a web server. Where a web server is only capable of serving web pages on  http requests- an application server exposes business logic to client application.

  Was this answer useful?  Yes

santanu

  • Nov 11th, 2005
 

application server can handle any type of protocal,but other handles only http protocal

  Was this answer useful?  Yes

mohan

  • Dec 16th, 2005
 

webserver work on non-disrtibuted technology like servlets and JSP,where as APPserver work on distibuted and non-distributed (like RMI,EJB.)

app server give the support for Middleware  services like Transaction,Connectionpooling,MemoryManagement

*Tomcat is an APP server

  Was this answer useful?  Yes

Amit Kumar

  • Dec 22nd, 2005
 

Your ans. is not perfact because Genrecservlet is also used FTP protocal.

  Was this answer useful?  Yes

rama krishna adipuram

  • Feb 1st, 2006
 

web server based on 3-tier where as application server n-tier

  Was this answer useful?  Yes

mahesh maney

  • Sep 14th, 2006
 

I dont think, that a web server can only handle three tier architecture

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions