我可以从 Eclipse 中运行 jetty-maven-plugin 吗?

发布于 2024-10-29 09:18:49 字数 174 浏览 4 评论 0原文

我们正在调试 java webapps,并希望使用 jetty-maven-plugin 来启动 Jetty 服务器。我看到的所有文档都建议您应该从命令行执行此操作,这使得在 Eclipse 中调试和设置断点变得困难。另外,我希望在控制台窗口中看到输出,并能够使用红色按钮停止该过程。并进行分析。

有人知道该怎么做吗?

We're debugging java webapps, and would like to use the jetty-maven-plugin to launch a Jetty server. All of the documentation I have seen suggests that you should do it from the command line, which makes debugging and setting breakpoints in Eclipse difficult. Plus I'd like to see the output in the console window and be able to stop the process with red button. And do profiling as well.

Anyone know how to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听风吹 2024-11-05 09:18:49

是的,如果您安装了 m2eclipse,那么只需输入“jetty:run”作为您要运行的目标。

不过,您可以通过启动 带有 JPDA 标志的 jetty 插件,无需从 Eclipse 内执行。

Yes, if you have m2eclipse installed then just enter in "jetty:run" as the goal you want to run.

You can however connect Eclipse's (or any IDE's) debugger to a running Jetty instance by launching the jetty plugin with the JPDA flags, without having to execute from within Eclipse.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文