tomcat端口占用

Failed to initialize end point associated with ProtocolHandler ["http-apr-8080"]


意思就是8080这个端口被占用了。但是tomcat已经关闭了啊,在服务里面看tomcat还是关闭了,但是就是tomcat起不来,然后一些相关的文件还不能删除,说是被打开了。



1. netstat -ano|findstr 8080 #看看是那个进程占用了这个端口
2. taskkill /f /pid 进程号 #在确保无误的情况下杀死这个进程


posted on 2017-08-28 14:46  blbl9527  阅读(103)  评论(0编辑  收藏  举报

导航


github sina微博 FB