Websphere 6.1 版本的类加载器问题
你好 我有耳应用程序,耳内有 4 个网络模块。我必须为类加载器模式和 WAR 类加载器策略设置哪些值?目前,它给出了 ClassNotFound Exception 异常,其值为 Classloader mode:PARENT_FIRST 和 WAR classloader policy:module。
提前致谢。
Hi
I have ear application, inside ear i have 4 web modules. What values i have to set for Classloader mode and WAR classloader policy? Currently it is giving exception ClassNotFound Exception with the values Classloader mode:PARENT_FIRST and WAR classloader policy:module.
Thanks in Advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您能否详细说明未找到哪个类、它实际上位于哪个 WAR/JAR 中,以及哪个类正在寻找它。
该解决方案最终可能会将“缺失”的类移动到 WAR 将引用的单独 JAR 中。
could you elaborate on which class is not found, and on which WAR/JAR it is actually in, and then which one is looking for it.
The solution might end up moving the "missing" class to a separate JAR which the WARs will reference.