tomcat 远程调试
Posted yc..
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat 远程调试相关的知识,希望对你有一定的参考价值。
在tomcat/bin/startup.sh开始处中增加如下内容
declare -x CATALINA_OPTS="-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8788"
开启端口
nc -4l -p 8788 &(打开8788端口)
转http://flyer2010.iteye.com/blog/658506
http://www.open-open.com/lib/view/1421501516421
以上是关于tomcat 远程调试的主要内容,如果未能解决你的问题,请参考以下文章