一、首先需要关闭linux防火墙(重启后生效)
chkconfig iptables off
二、从官网上下载Linux合适版本的tomcat,我现在下来的文件为apache-tomcat-8.5.30.tar.gz
三、使用ftp工具上传tomcat文件到linux的/usr/local目录下
四、解压该文件
tar -zxvf apache-tomcat-8.5.30.tar.gz
五、解压成功后,进入tomcat的bin目录下,执行下面代码启动tomcat
./startup.sh
六、打看浏览器,查看tomcat是否启动成功
原文地址:https://www.cnblogs.com/duanrantao/p/9028246.html
时间: 2024-10-11 03:29:33