2018/5/6  经过测试,发现只需要修改 http port 为 8081即可,JMX port 不用改 默认是 1099

 

今天在进 tomcat 的 debug 模式时报了此异常, tomcat 进入 debug 模式失败

网上查了下原因,发现通过修改下面两个端口即可正常进入 tomcat 的 debug 模式

idea tomcat热部署 Error running 'Tomcat 7': Unable to open debugger port (127.0.0.1:3622): java.net.SocketExcepti

 

如果还是不能解决问题,那么只需要开任务管理器,把所有的 java 虚拟机进程给结束掉 idea tomcat热部署 Error running 'Tomcat 7': Unable to open debugger port (127.0.0.1:3622): java.net.SocketExcepti

就可以正常开启服务器了

 

相关文章:

  • 2021-08-30
  • 2021-05-27
  • 2021-07-17
  • 2021-09-28
  • 2022-12-23
  • 2021-04-03
  • 2021-09-29
猜你喜欢
  • 2022-12-23
  • 2021-12-29
  • 2022-01-17
  • 2021-09-10
  • 2022-01-07
  • 2022-12-23
相关资源
相似解决方案