2009/9/14 Tim Berglund <tlbergl...@gmail.com> > My intention was to put framework JARs in shared/lib, and plugin and > application JARs in WEB-INF/lib. That's a good way to split them up for > deployment reasons, but it now seems like it just won't work > ClassLoader-wise.
Looks that way. Modern frameworks make many assumptions about the classloader structure in order to do what thay do, and those assumptions do not necessarily hold in a servlet container. > Is now the time to give up? :) > Yes. - Peter