1.端口冲突解决措施如下:

cmd命令模式下输入netstat -ano,然后找到占用8080端口的那个进程.

tomcat端口冲突解决 Address already in use: JVM_Bind :8080

tomcat端口冲突解决 Address already in use: JVM_Bind :8080

后来发现是虚拟机的服务,默认的端口号是8080,已经停止服务了,所以图上不显示。

在服务选项停止对应的pid的服务

tomcat端口冲突解决 Address already in use: JVM_Bind :8080

再次运行,发现OK了

相关文章:

  • 2021-08-02
  • 2021-05-24
  • 2021-12-10
  • 2021-05-12
  • 2021-07-18
  • 2022-12-23
  • 2021-04-26
猜你喜欢
  • 2021-12-21
  • 2021-12-04
相关资源
相似解决方案