在tomcat上远程调试axis2服务,eclipse失败

时间:2011-05-16 22:05:52

标签: eclipse tomcat axis2 remote-debugging

我正在使用eclipse

进行远程调试这个很好的教程

http://wso2.org/library/225

我使用eclipse / tomcat / axis2,我正在尝试远程调试应用程序 托管在localhost上 我已将env-vars CATALINA_OPTS设置为

-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

并验证端口号是8000。 我没有防火墙(据我所知..)

eclipse告诉我它无法连接。 我检查了netstat -a,我没有看到任何听取的内容 端口8000.,即使我启动了tomcat。 (也许这就是问题?)
虽然我去的时候列出了这项服务 http://localhost:的 8080 /的axis2 /服务/ listServices

当我试图在eclipse中将端口更改为8080时 我有一个超时(但不是立即拒绝)

它有什么用?

0 个答案:

没有答案