Linux服务器下载并安装tomcat
1、下载tomcat:下载地址
2、用Xftp上传文件,并解压:
tar -zxvf apache-tomcat-9.0.19.tar.gz
加入tomcat的环境变量:
解压完成后需要配置一下环境变量,编辑/etc/profile文件:
vi /etc/profile
在文件尾部添加如下配置:
export CATALINA_HOME=/wocloud/tomcat_cluster/tomcat1/apache-tomcat-9.0.19
编辑完成后按esc后输入:wq保存退出,最后一步就是通过source命令重新加载/etc/profile文件,使得修改后的内容在当前shell窗口有