Apache Tomcat无法启动,端口已在使用中

时间:2015-07-28 18:02:57

标签: tomcat

Apache tomcat 7.0.42今天未能在centos服务器上启动。

SEVERE: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8009"]
java.net.BindException: Address already in use <null>:8009

我使用

找到并杀死了使用该端口的所有进程
netstat -tulpn | grep :8009

我重新启动了服务器。 并将端口更改为8089或8189,仍然是相同的错误

SEVERE: Failed to initialize end point associated with ProtocolHandler ["ajp-bio-8009"]
java.net.BindException: Address already in use <null>:8089

知道可能出现什么问题吗?

1 个答案:

答案 0 :(得分:1)

尝试使用netstat -atn | grep 8009并使用9信号杀死proc