在 Jar 中使用 JSP 标记而不是 WEB-INF/tags
是否可以将标签文件 (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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,标记文件可以打包在JAR 文件。
Yes tag files can be packaged in a JAR file.