Skip to content
glowwormX edited this page Mar 30, 2018 · 1 revision
  • ps -ef|grep tomcat 查看tomcat进程
  • ps aux|grep nginx 查看有关的进程
  • lsof -i:端口号 查看端口号对应的进程
  • kill -9 2254 杀死进程
  • tail -f ../logs/catalina.out 跟踪日志
Clone this wiki locally