Setup tomcat - quan1997ap/Backend-app-note GitHub Wiki

https://tomcat.apache.org/download-80.cgi => Link đầu tiên [Binary Distributions] => [core] -> [zip]

curl -O https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.91/bin/apache-tomcat-8.5.91.zip

sudo sh -c 'chmod +x /opt/tomcat/apache-tomcat-8.5.91/bin/*.sh'

ExecStart=/opt/tomcat/apache-tomcat-8.5.91/bin/startup.sh ExecStop=/opt/tomcat/apache-tomcat-8.5.91/bin/shutdown.sh

Nhớ đổi tên file tương ứng

https://linuxize.com/post/how-to-install-tomcat-8-5-on-ubuntu-18-04/