E
E
EMy2019-09-26 22:19:36
Java
EMy, 2019-09-26 22:19:36

What is an application server?

Do I understand correctly what an application server is? In a 3-layer architecture, this is the layer responsible for business logic. On the example of a web application in Java, the application server will be Tomcat + Spring? And at the same time Tomcat will be a web server?
3-tier.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nujabes37, 2019-09-27
@Emiral

It is best to read about the TCP / IP model, then you will immediately understand what's what. I don’t know where this diagram comes from, but it will confuse you even more, you can safely delete it from all storage media. And so, roughly speaking (on the fingers), let's take a php application as an example.
Request => Web server (nginx) => Application server (php-fpm, for example) => database (if required by the script) => Application server => Web server => Response.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question