Good day!

The working web-system was written and launched on a local server (home computer). Now, you need to upload the results of the works to a dedicated server. It is accessed via SSH / SCP over a VPN connection. When connecting to the server, I see the following structure:

enter image description here

Question: where to download Tomcat and how to run it?

1 answer 1

Judging by the "sheet", you go from Win to Linux server. The only thing that is not clear what kind of Linux you have on the server is deb- or rpm-based. If deb (Debian, Ubuntu) is a good DO manual - https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-14-04

If rpm-based (CentOS) - https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-centos-7