JVM远程调试

远程调试

cpolar + idea +jvm

服务器:192.168.31.69

基础信息服务:

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8071 -jar /home/linaro/diaodu/xunshi/base_info_server/baseInfo.jar –server.port=8072 –spring.config.location=file:/home/linaro/diaodu/xunshi/base_info_server/application-dev.yml,/home/linaro/diaodu/xunshi/base_info_server/application.yml

定时调度服务:

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8073 -jar /home/linaro/diaodu/xunshi/task_send_server/scheduledJob.jar –server.port=8074 –spring.config.location=file:/home/linaro/diaodu/xunshi/task_send_server/application.yml

任务调度服务:

java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8075 -jar /home/linaro/diaodu/xunshi/task_execute_server/jobexecute.jar –server.port=8076 –spring.config.location=file:/home/linaro/diaodu/xunshi/task_execute_server/application.yml

cpolar(内网穿透)

192.168.31.69:9200


JVM远程调试
https://shuzhanboke.github.io/2024/07/15/日常开发/远程调试jvm命令/
作者
John Doe
发布于
2024年7月15日
许可协议