是否可以在不重新启动 JSF 中的服务器的情况下更新应用程序?

发布于 2024-09-26 01:11:58 字数 317 浏览 3 评论 0原文

我正在使用 Eclipse 3.5、Tomcat 6、JSF 1.2 和 IceFaces 1.8。每当我更新应用程序中的任何文件时,我都必须重新启动服务器才能看到最新的更改。如何在不重新启动服务器的情况下更新我的应用程序?

已选择服务器选项“资源更改时自动发布”。

更新:如果我更改主文件,则可以立即看到更改。但是,如果我更新 标记中使用的任何文件,我必须重新启动服务器以检查更改或使用虚假更新更新主文件,例如添加一个空白区域。

I'm working with Eclipse 3.5, Tomcat 6, JSF 1.2 and IceFaces 1.8. Whenever I update any file in my app, I have to restart the server to see the latest changes. How to update my app without restarting the server?

The server option "Automatically publish when resource changes" is already selected.

Update: If I change the main file, the changes can be seen immediately. However, if I update any file used in a <jsp:directive.include /> tag, I must restart the server to check the changes or update the main file with a fake update, like adding a white space.

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

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

发布评论

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

评论(2

无畏 2024-10-03 01:11:58

在“服务器”视图中,双击 Tomcat 条目,转到右上角的“发布”部分,然后选择“资源更改时自动发布”。

alt text

但它不会立即发生,大约需要 3 秒。例如,Glassfish 可以在亚秒内完成此操作。

In the Servers view, doubleclick the Tomcat entry, go to the section Publishing in right top and select Automatically publish when resources change.

alt text

It will however not happen immediately, it will take about 3 seconds. Glassfish for example, does it in a subsecond.

嗫嚅 2024-10-03 01:11:58

我之前使用过 JRebel http://www.zeroturnaround.com/jrebel/
它不是免费的,但有 30 天的试用期。

I've used JRebel before for that http://www.zeroturnaround.com/jrebel/
It's not free, but has 30 days trial.

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