Glassfish webapp 自动部署
我正在使用带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这并不能真正回答您的问题,但建议采用替代方法。
我还没有看到 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
This should take care of your faster deployment.