?
在远程tomcat中,配置如下参数
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8765
在debug模式下,开启transport,以server的方式,在8765端口上
?
然后在myeclipse中
右击项目,选择debug as,悬着open debug dailog,选中remote java application 双击后会出来一个新的,配置一下connection properties,就可以连接到远程的tomcat上去了
?
这样就可以利用myeclipse对部署在远程的应用进行调试了