rem ---------------------------------------------------------------------------
rem 和eclipse建立远程调试的方法,管用
rem ---------------------------------------------------------------------------
SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
加入catalina.bat(在CATALINA_OPTS使用之前)文件
在eclipse的remote debug设置对应的主机地址和端口号即可
和tomcat的命令行方式配合使用,可以省插件了
posted on 2007-01-24 17:29
liunix 阅读(421)
评论(0) 编辑 收藏