Tag Archives: Software installation and configuration file modification

Ubuntu18.04 installing Tomcat 8.5

Refer to the link
1. Download
and go to Apache Tomcat® official website to download
. Select the tar.gz version under Core
2. Move, unzip

mv apache-tomcat-8.5.60.tar.gz /opt/software
tar -zxvf /opt/software/apache-tomcat-6.0.41.tar.gz -C /opt/module/tomcat8.5.60 

3. Modify the configuration (1) to modify the startup script, add lines 67-66
/opt/module/tomcat8.5.60/bin/startup. Sh

(2) start in tomcat bin directory, run./startup. Sh, Start tomcat
./startup. Sh

(3) verify
browser enter localhost:8080, access successful