tomcat设置远程监听端口(linux&windows)
2021-02-07 10:16
标签:debug span set java star 设置 监听 inux ddr 1、Linxu系统: apach/bin/startup.sh开始处中增加如下内容: 2、Windows系统: apach/bin/startup.bat开始处中增加如下内容: tomcat设置远程监听端口(linux&windows) 标签:debug span set java star 设置 监听 inux ddr 原文地址:https://www.cnblogs.com/sung1024/p/11391907.html
declare -x CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8081"
SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8081
文章标题:tomcat设置远程监听端口(linux&windows)
文章链接:http://soscw.com/index.php/essay/52139.html