Classloader problem with Websphere 6.1 version
Hi I ha开发者_StackOverflow中文版ve 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.
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.
精彩评论