What is the difference between application server and web server?

前端 未结 27 2325
攒了一身酷
攒了一身酷 2020-11-22 17:03

What is the difference between application server and web server?

27条回答
  •  说谎
    说谎 (楼主)
    2020-11-22 17:16

    Actually Apache is a web server and Tomcat is an application server. When as HTTP request comes to web server. Then static contents send back to browser by web server. Is there and logic do to done, then that request send to the application server. after processing the logic then response send to web server and send to the client.

提交回复
热议问题