Web 组件 WEB-INF LIB 应在 war 文件中包含哪些 jar

发布于 2024-08-24 12:22:29 字数 129 浏览 8 评论 0原文

web-inf/lib 也应根据 J2EE 标准仅包含应用程序特定的 jar 或部署环境特定的 jar。

注意:war 文件没有使用任何部署环境特定功能(例如 weblogic 或 websphere 或 tomat 等...)

is web-inf/lib should contain only application specific jar's or deployment environment specific jar's also as per J2EE standards.

Note : war file is not making use of any deployment environment specific functionality (for instance weblogic or websphere or tomat etc ...)

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

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

发布评论

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

评论(2

是伱的 2024-08-31 12:22:29

应用程序特定的 jar,如果您在同一服务器/JVM 上部署了多个应用程序,那么您不想共享其类(类实例)的任何 jar。有关我的第二点的更多详细信息:我之前关于类加载器的问题

Application specific jars and if you have multiple applications deployed on the same server/JVM then any jars whose classes (class instances) you don't want to share. For more details about my second point: my earlier question about classloaders

胡渣熟男 2024-08-31 12:22:29

WEB-INF/lib 文件夹应包含应用程序特定的 jar 文件。服务器全局的 Jar 文件将存储在服务器的类路径中。

The WEB-INF/lib folder should contain your application specific jar files. Jar files that are global to the server will be stored in the server's classpath.

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