Skip to content

一、tomcat的安装姿势

1. 有网环境安装

wget https://downloads.apache.org/tomcat/tomcat-8/v8.5.51/bin/apache-tomcat-8.5.51.tar.gz
  • 解压
tar -vxzf apache-tomcat-8.5.51.tar.gz
  • 设置字符集和端口,到conf的目录下更改server.xml,然后保存退出
vim /opt/tomcat/apache-tomcat-8.5.51/conf/server.xml

56284800.png

  • 进入bin目录,运行./startup.sh命令,不保证成功启动。

74228273.png

  • 最好使用下列命令查询
shell
ps -ef | grep tomcat

57857665.png

Released under the MIT License.