What is the difference between installing apache tomcat and the base version?

When trying to install apache tomcat to set up a test environment, I was faced with a serious dilemma .... apache gave me an extremely difficult solution between two different versions of tomcat; they want me to choose between the base and the version of the deployer.

I would like to know what exactly is the difference between the two.

+4
source share
2 answers

Deployment is just an additional tool for the Tomcat server; it does not contain the server itself.

So, you need to download and install the main package.

+4
source

Core, Tomcat . Deployer Tomcat Client Deployer - , , , .WAR - Tomcat.

+2

Source: https://habr.com/ru/post/1610228/


All Articles