davidwang456

查看端口占用情况命令:

netstat -tunlp |grep 8000

tomcat 启动远程debug:

startup.sh 中的最后一行 exec "$PRGDIR"/"$EXEXUTABLE" start "$@"中的start修改成 
jpda start ,默认的调试端口是8000 ,可以在catalina.sh 文件中设置JPDA_APPDESS=8000 
使用startup.sh 或者catalina.sh jpda start 启动tomcat 

分类:

技术点:

相关文章:

  • 2021-08-16
  • 2021-09-24
  • 2021-12-06
  • 2021-09-24
  • 2021-09-24
  • 2021-05-04
  • 2021-06-04
猜你喜欢
  • 2021-09-24
  • 2021-10-30
  • 2021-10-17
  • 2021-09-08
  • 2021-09-30
  • 2021-04-25
  • 2021-10-24
相关资源
相似解决方案