是否可以在不重新启动 JSF 中的服务器的情况下更新应用程序?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在“服务器”视图中,双击 Tomcat 条目,转到右上角的“发布”部分,然后选择“资源更改时自动发布”。
但它不会立即发生,大约需要 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.
It will however not happen immediately, it will take about 3 seconds. Glassfish for example, does it in a subsecond.
我之前使用过 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.