我是靠谱客的博主 无聊唇彩,最近开发中收集的这篇文章主要介绍paip. java resin 远程 调试 java resin remote debug,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

paip. java resin 远程 调试 java resin remote debug

作者Attilax  艾龙,  EMAIL:1466519819@qq.com
来源:attilax的专栏
地址:http://blog.csdn.net/attilax

1.resin4 以debug方式启动..
 E:resin-4.0.22resin.exe console --debug-port 8000
 
 2.实际执行后的指令是俩个过程.
 
 "E:Program FilesJavajdk1.6.0_10binjava.exe" -Xrs -jar "E:resin-4.0.22libresin.jar" -resin-home "E:resin-4.0.22"  -root-directory "E:resin-4.0.22"  console -debug-port 8000
 
 
 "E:Program FilesJavajdk1.6.0_10binjavaw" -Dresin.server= -Djava.util.logging.manager=com.caucho.log.LogManagerImpl -Djava.system.class.loader=com.caucho.loader.SystemClassLoader "-Djava.endorsed.dirs=E:Program FilesJavajdk1.6.0_10jrelibendorsed;E:resin-4.0.22endorsed" -Djavax.management.builder.initial=com.caucho.jmx.MBeanServerBuilderImpl -Djava.awt.headless=true -Dresin.home=/E:/resin-4.0.22 -Xss1m -Xmx256m -Xrs -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000 com.caucho.server.resin.Resin --root-directory /E:/resin-4.0.22 -conf E:resin-4.0.22confresin.xml -server "" -socketwait 9341 -resin-home /E:/resin-4.0.22 -root-directory /E:/resin-4.0.22 console -debug-port 8000
 
 3.重点是这个  -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
 
 4.eclipse>cls>debug cfg> remote java app >>>ok
 set breakpoint ..then exec jsp....can class breakpoint execu ...

最后

以上就是无聊唇彩为你收集整理的paip. java resin 远程 调试 java resin remote debug的全部内容,希望文章能够帮你解决paip. java resin 远程 调试 java resin remote debug所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(27)

评论列表共有 0 条评论

立即
投稿
返回
顶部