[Tomcat]在Eclipse中端口被占用的问题
伊谢尔伦
伊谢尔伦 2017-04-22 09:00:10
0
2
717

不知道什么原因,每次运行程序都端口都会被占用,改过端口之后运行又被占用,真是哔——————了。之前还能用终端来kill的,现在连终端都不好使了。有高人能指条明路吗?在线等,谢谢。

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
小葫芦

Did you start tomcat yourself first, and then automatically start it again when eclipse is running? Then the port will definitely be occupied. The solution is not to open tomcat manually

巴扎黑

I will answer it again after many months. This is actually a problem caused by improper shutdown of tomcat.
The first method is relatively gentle and is to clean the project.
The second method is that I have tried it all, and used the command line to forcefully close the pid of tomcat. I only write about the mac system here:

ps -e | grep java

Find out the id of tomcat thread

kill -9 <tomcatID>

The third method is the most violent, just restart the computer = =.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!