您的位置:首页 > 运维架构 > Tomcat

'Starting Tomcat v8.0 Server at localhost' has encountered a problem

2017-12-17 20:44 543 查看
Several ports (8007, 8080, 8009) required by Tomcat v8.0 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).



当时我的Ecplise出现了一个这样错误,

在网上找了下资料,在根据我的经验

我是这样解决的:

解决方法:

在dos 环境下:输入 netstat -ano|findstr 8080

显示8080端口的进程:

查出是哪个进程占用8080端口之后,运行windows自带的taskkill命令,将上面的进程结束:taskkill /pid …/ f

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Ecplis
相关文章推荐