安装tomcat步骤(zip包)

(1)解压tomcat目录
安装tomcat步骤
(2)进入到bin目录并给.sh文件赋权
chmod +x * .sh

安装tomcat步骤
(3)在logs目录下输入tail -f catalina.out动态跟踪日志(可以在logs目录下使用tail-f catalina.out来查看运行日志)
安装tomcat步骤
(4)在bin目录下输入./startup.sh启动tomcat
安装tomcat步骤
(5)Windows 界面使用ip地址:8080测试tomcat是否启动成功(提前把防火墙关闭)
安装tomcat步骤
安装tomcat步骤

相关文章:

  • 2021-09-27
  • 2021-09-03
  • 2021-09-04
  • 2021-10-21
  • 2021-06-26
  • 2022-01-18
  • 2021-09-24
  • 2021-11-20
猜你喜欢
  • 2021-06-10
  • 2021-07-02
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案