本文是根据官方教程中IDE部分,经过实际测试 java
-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=y
…… 2013-06-19 10:23:00.948:INFO:/:Initializing Spring root WebApplicationContext 2013-06-19 10:23:08.967:INFO:oejsh.ContextHandler:started o.m.j.p.JettyWebAppContext{/,[file:/mnt/ccq_disk/appfuse/ma4/src/main/webapp/, jar:file:/home/chenqing/.m2/repository/org/webjars/bootstrap/2.2.1/bootstrap-2.2.1.jar!/META-INF/resources/, jar:file:/home/chenqing/.m2/repository/org/webjars/jquery/1.8.2/jquery-1.8.2.jar!/META-INF/resources/]},file:/mnt/ccq_disk/appfuse/ma4/src/main/webapp/ 2013-06-19 10:23:09.188:INFO:/:Initializing Spring FrameworkServlet 'dispatcher' 2013-06-19 10:23:11.019:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080 [INFO] Started Jetty Server至此,appfuse生成的工程已经开始在eclipse里运行了,能够在游览器里访问http://localhost:8080,剩下的断点调试神马的就不提啦,大家懂的 ^-^