如何从 WAS 模块中删除类路径变量

发布于 2024-07-07 15:31:38 字数 295 浏览 8 评论 0原文

在我们的开发盒上,我们的应用程序模块包含对 file:/apps/WebSphere61/systemApps/isclite.ear/ jar 文件和类路径条目的引用。 然而,在我们的 Prod 盒子上,它只包含包含所有所需类的 jar 文件。 在开发中,这会在使用 apache-commons-fileuploader 时导致问题,因为这些类也是 systemApps jar 中的引用。 我们如何从应用程序模块的类路径中删除 systemApps 库引用?

Websphere 应用程序服务器 6.1.0.17

On our Dev box, our application module contains references to the file:/apps/WebSphere61/systemApps/isclite.ear/ jar files and classpath entries. On our Prod box, however, it only contains the jar file containing all of our required classes. On Dev, this is causing a problem when using apache-commons-fileuploader as these classes are also references in the systemApps jar. How can we remove the systemApps library references from our application module's classpath?

Websphere Application Server 6.1.0.17

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

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

发布评论

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

评论(1

め七分饶幸 2024-07-14 15:31:38

有几个地方引用了库。

我假设您希望测试与产品相匹配。

启动管理控制台(测试中)。
环境 > 上定义了库 共享库区域以及应用程序> 耳鼻喉科。 应用。 > “我的耳朵”> (附加属性)库部分。

查看 Env > 中是否定义了它 共享库区域并将其删除。

There are a couple of spots where libraries are referenced.

I assume that you want test to match prod.

Start the admin console (on test).
There are libs defined on the Environment > Shared Libraries area and also in the Applications > Ent. Apps. > "my ear" > (additional properties) Libraries section.

See if it's defined in the Env > Shared Libraries area and remove it.

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