开发者

problem running webapp

开发者 https://www.devze.com 2023-01-23 04:38 出处:网络
I\'mrunning a webapp from eclipse helios using the jetty plugin. In debug mode the apps seems to run very slow (almost st开发者_StackOverflowall) and I can\'t get the app even to startup. When running

I'm running a webapp from eclipse helios using the jetty plugin. In debug mode the apps seems to run very slow (almost st开发者_StackOverflowall) and I can't get the app even to startup. When running in normal mode or in debug from command line (using mvn jetty:run) the app works ok. Any ideas?

I'm using the latest run-jetty-run plugin in a core I5 on a windows enviroment. The webapp also makes use of a memcache server.

Thanks in advance


This has happened to me before - i.e. only affecting Eclipse debug mode (but Tomcat, not Jetty).

In my case, I had to wipe all my breakpoints. Once I did that, it would start up fine and I could begin adding break points again.

It only seemed to happen after a long term accrual of a lot of break points.

0

精彩评论

暂无评论...
验证码 换一张
取 消