1.查看端口是否被占用 [guosong@alice48 main]$ netstat -nlp|grep 6184 (Not all processes could be identified, non-owned process info will not be shown, you would have to be root to see it all.) tcp 0 0 0.0.0.0:6184 0.0.0.0:* LISTEN 32429/python26 man netstat --…
文章目录 Windows Linux 经常在Windows.Linux环境下运行JavaWeb项目,Tomcat的端口被占用了. 端口被占用就查看是被谁占用关闭它就行. Windows 在Windows上运行JavaWeb项目提示Tomcat端口被占用了. Description: The Tomcat connector configured to listen on port 8010 failed to start. The port may already be in use or th…