Centos
安装
sudo yum install -y tomcat
手动安装
- 下载地址: https://downloads.apache.org/tomcat/tomcat-8/v8.5.54/bin/apache-tomcat-8.5.54.tar.gz
- 解压: tar -zxvf apache-tomcat-8.5.54.tar.gz -C /opt
- 重命名: mv apache-tomcat-8.5.54 tomcat
- 设置TOMCAT_HOME
export TOMCAT_HOME=/opt/tomcat
export PATH=$TOMCAT_HOME/bin:$PATH
FAQ
- IDEA中文乱码
在启动界面设置encoding: -Dfile.encoding=UTF-8