在 Jar 中使用 JSP 标记而不是 WEB-INF/tags

发布于 2024-12-03 20:31:27 字数 151 浏览 0 评论 0原文

是否可以将标签文件 (sample.tag) 放在 jar 存档内而不是 .war 存档的 WEB-INF 中?

我想在多个 Web 应用程序中重复使用标记文件,而不必始终将其复制到 WEB-INF 中。

Is it possible to have tag files (sample.tag) inside a jar archive instead of the WEB-INF of the .war archive?

I want to re-use a tag file in multiple web-apps without having to copy it into the WEB-INF always.

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

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

发布评论

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

评论(1

峩卟喜欢 2024-12-10 20:31:27

是的,标记文件可以打包JAR 文件。

摘要:标记文件可以放置在以下两个位置之一:
/WEB-INF/tags/ Web 应用程序的目录或子目录或在
JAR 文件(请参阅打包标签文件)位于 /WEB-INF/lib/ 目录中
网络应用程序。

Yes tag files can be packaged in a JAR file.

Summary: Tag files can be placed in one of two locations: in the
/WEB-INF/tags/ directory or subdirectory of a web application or in a
JAR file (see Packaged Tag Files) in the /WEB-INF/lib/ directory of a
web application.

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