摘要: 查看tomcat日志 tail -f catalina.out //查看tomcat8进程是否存在 ps -aux | grep tomcat8 //关闭tomcat进程 kill -9 pid //tomcat 存在缓存的位置 temp work //删除所有文件 rm * -rf 启动命令: sudo ./startup.sh //nginx重启命令 nginx -s... 阅读全文
posted @ 2018-08-21 10:48 atzhou 阅读(49) 评论(0) 推荐(0)