1. root下sh没有执行权限:chmod 777 *.sh

2. 查看linux的启动的端口:netstat -tlnp

3. tomcat启动时端口被占用导致启动不了: lsof -i :7072|grep -v "PID"|awk '{print "kill -9", $2}'

4. 安装tomcat为服务(windows下):service.bat install tomcatName

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2022-03-10
  • 2022-02-11
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2021-06-05
  • 2021-10-21
  • 2021-10-02
  • 2021-12-14
  • 2021-09-07
相关资源
相似解决方案