Tomcat热部署Json文件

发布于 2024-11-02 19:38:21 字数 180 浏览 0 评论 0原文

我有一个 Tomcat 安装,它提供一些放置在 webapp 文件夹的“classes”文件夹中的 Json 文件。我需要一种方法让 tomcat 在发生任何更改后重新加载它们,因为它似乎从缓存或其他东西中读取它们。它不是生产设置,无论如何都用于测试。 我设法使用 tomcat 的管理控制台和“重新加载”按钮来完成此操作。但这不是另一种方式吗?

I have a Tomcat installation that serves some Json files placed in "classes" folder of webapp folder. i need a way to make tomcat reload them after any changes cause it seems it reads them from a cache or something. it is not a production setting and is used for testing anyway.
I managed to do it with management console of tomcat and with "Reload" button. but isn't it another way?

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

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

发布评论

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

评论(1

在你怀里撒娇 2024-11-09 19:38:21

在 /conf/server.xml 中设置主机元素的属性 autoDeploy=true。

set attribute autoDeploy=true of host element in /conf/server.xml.

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