解决Tomact启动时端口被占用的问题

2019-12-31  本文已影响0人  小睿同学
启动Tomcat时,会提示端口被占用:

Port 8080 required by Tomcat v8.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).
翻译:
本地主机上的Tomcat v8.0服务器所需的端口8080已在使用中。服务器可能已经在另一个进程中运行,或者系统进程正在使用该端口。要启动此服务器,您需要停止另一个进程或更改端口号。

解决方法(1):结束进程
解决方法(2):更换端口
The End
上一篇下一篇

猜你喜欢

热点阅读