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


知道有什么问题吗?

最佳答案

试试netstat -atn | grep 8009并使用9信号终止proc

10-08 02:23