I tried to close the tomcat using ./shutdown.sh
from tomcat /bin
directory.
(我试图使用tomcat /bin
目录中的./shutdown.sh
关闭tomcat。)
But found that the server was not closed properly. (但是发现服务器没有正确关闭。)
And thus I was unable to restart (因此我无法重新启动)
My tomcat is running on port 8080
.
(我的tomcat在端口8080
上运行。)
I want to kill the tomcat process running on 8080
.
(我想杀死运行在8080
上的tomcat进程。)
I first want to have the list of processes running on a specific port (8080) in order to select which process to kill. (我首先要具有在特定端口(8080)上运行的进程的列表,以便选择要杀死的进程。)
ask by veer7 translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…