How can we deploy our project in the web server as well as
in the application server, what is the difference between
web server and application server
Answer Posted / syed iftekharuddin ahmed
Difference between AppServer and a Web server
(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols
(2) Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.
(3) 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.
(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can Server Hang be solved?
Let's assume you have data that resides on SQL Server 6.5. You have to move it SQL Server 7.0. How are you going to do it?
Enlist http response codes that are returned by the server.
How does computer server work?
What is the best web server to use?
What is the difference between 2012 and 2016 server?
What does it mean to host a server?
How to correct the MTS error that occurs after installing PWS4?
What is the best web server?
How can you differentiate server crash and server hang?
How many cores should a server have?
Is it possible to put a jboss server instance into multiple cluster at the same time?
What are the 5 fsmo roles in active directory?
What is the best server?
Have you ever tested 3 tier applications?