如何从 WAS 模块中删除类路径变量
在我们的开发盒上,我们的应用程序模块包含对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个地方引用了库。
我假设您希望测试与产品相匹配。
启动管理控制台(测试中)。
环境 > 上定义了库 共享库区域以及应用程序> 耳鼻喉科。 应用。 > “我的耳朵”> (附加属性)库部分。
查看 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.