December 2017
Beginner to intermediate
362 pages
8h 35m
English
Follow these steps to download and then install Apache Tomcat server on your Ubuntu machine:
cd /tmp wget https://archive.apache.org/dist/tomcat/tomcat-8/ \ v8.5.16/bin/apache-tomcat-8.5.16.tar.gz
sudo mkdir /opt/tomcat
sudo tar xzvf apache-tomcat-8*tar.gz \ -C /opt/tomcat --strip-components=1
sudo nano /etc/systemd/system/tomcat.service ...
Read now
Unlock full access