Glassfish webapp 自动部署

发布于 2024-12-09 09:49:26 字数 330 浏览 0 评论 0原文

我正在使用带有 Glassfish 插件的 Eclipse 和一个由多个 Web 应用程序和 EJB 项目组成的复杂项目。

每次我更改 JSP 或 CSS 中的一些最小的内容时,整个 Web 应用程序都会重新部署,这会在等待上浪费大量开发时间。

在我并行使用的 Tomcat 中(也作为通过 Eclipse GUI 添加的 Eclipse“服务器”),一切都立即部署,没有任何延迟。

那么,有没有一种方法可以为 Glassfish v3.1 和最新的 Eclipse 启用部分/仅更改的 Web 应用程序部署?

如何使用 Glassfish v3/Eclipse 组合快速部署项目?

I am using Eclipse with Glassfish plugin with a complex project consisting of several webapps and EJB projects.

Each time I change some smallest thing in JSP or CSS, the whole webapp is redeployed, which wastes a lot of development time on waiting.

In Tomcat, which I use in parallel (also as an Eclipse "Server" added through Eclipse GUI), things work like a snap - everything is deployed right away without delay.

So, is there a way to enable partial/changes-only deployment of web applications for Glassfish v3.1 and latest Eclipse?

How do you quickly deploy your projects using Glassfish v3/Eclipse combination?

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

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

发布评论

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

评论(1

甜柠檬 2024-12-16 09:49:26

这并不能真正回答您的问题,但建议采用替代方法。

我还没有看到 Glassfish 插件,但是当我使用包含部署自定义选项的 MyEclipse 时。我们使用分解部署

  • 来管理部署,
  • 选择外部启动,
  • 点击添加 - 选择项目
  • ,选择“分解部署”(开发模式),

这应该可以加快您的部署。

This does not really answers your question but an alternative approach is suggested.

I have not seen the Glassfish plugin but while I use MyEclipse that contains deployment customization options. We do it using exploded deployment

  • Go to manage deployment
  • select externally launched
  • Hit Add - Select Project
  • Select the "Exploded deployment" (development mode)

This should take care of your faster deployment.

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