我正在尝试通过Eclipse开发动态Web项目。它有tomcat 6.它有时会崩溃,当我重新启动Eclipse然后运行我的项目时 - 它说:
starting tomcat at localhost encountered a problem.
Several ports(8005,8080) are already in use...
所以,我认为我需要在之前的项目启动中停止tomcat。我不知道怎么样?有什么想法吗?
答案 0 :(得分:0)
在终端运行此命令:
sudo kill sudo lsof -t -i:8005