如何更改 Struts 2 中 struts.xml 的默认位置?

发布于 2024-12-02 15:39:04 字数 56 浏览 0 评论 0原文

我想知道如何更改 Struts 2 中 struts.xml 的默认位置?
感谢您的帮助!

I want to know how to change default location of struts.xml in Struts 2?
Thank for your help!

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

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

发布评论

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

评论(3

乜一 2024-12-09 15:39:04

为了回答这个问题,过滤器配置接受一个“config”参数,该参数指定 S2 配置文件的位置:

https://struts.apache.org/docs/webxml.html

http://struts.apache.org/2.x/docs/webxml.html

To answer the question, the filter configuration accepts a "config" parameter that specifies the location(s) of S2 configuration files:

https://struts.apache.org/docs/webxml.html

http://struts.apache.org/2.x/docs/webxml.html

じ违心 2024-12-09 15:39:04

您看过文档吗?

这里它说struts.xml 应该驻留在类路径上webapp 的位置,因此位置并不重要,只要它位于类路径中即可。

附加链接:http://struts.apache.org/2。 x/docs/struts-1-solutions.html (请注意,虽然它说的是 Struts 1 解决方案,但它谈论的是 Struts 2 - 它更多的是迁移指南)

Did you have a look at the documentation?

Here it says that struts.xml should reside on the classpath of the webapp, so the location shouldn't matter, as long as it is in the classpath.

Additional link: http://struts.apache.org/2.x/docs/struts-1-solutions.html (Note that although it says Struts 1 Solutions it talks about Struts 2 - it's more of a migration guide)

↙厌世 2024-12-09 15:39:04

Struts 只需要位于 web 应用程序的类路径中。它的位置无关紧要。

Struts only needs to be in the class path of the webapp. Its location is irrelevant.

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