使用更新重新部署时如何保留 xml 配置?

发布于 2024-10-16 07:42:47 字数 261 浏览 4 评论 0原文

我正在使用 tomcat 管理器来部署我的 war 文件。要更新战争,我使用以下网址:

http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true

问题是,使用此网址时,带有配置的 xml(在 Catalina/localhost/example.xml 下)会被删除。

我该如何保存它?

I'm using tomcat manager to deploy my war files. To update a war I use the following url:

http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true

The problem is that using this, the xml with the configuration (under Catalina/localhost/example.xml), is erased.

How can I preserve it?

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

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

发布评论

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

评论(1

回眸一笑 2024-10-23 07:42:47

将您的配置放在 Web 应用程序的 META-INF/context.xml 中,tomcat 将处理剩下的事情。

Place your configuration in your webapp's META-INF/context.xml and tomcat will take care of the rest.

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