Re: [Resin-interest] Class load order in a WAR

2009-08-24 Thread Scott Ferguson
On Aug 24, 2009, at 11:57 AM, Jeff Schnitzer wrote: In a war file, why can't I seem to replace classes in a WEB-INF/lib jar file simply by creating them in WEB-INF/classes? Do the classes in WEB-INF/lib override WEB-INF/classes? Is there a way to change this order? The order is decided by

Re: [Resin-interest] Class load order in a WAR

2009-08-24 Thread Jeff Schnitzer
On Mon, Aug 24, 2009 at 12:17 PM, Scott Fergusonf...@caucho.com wrote: The WEB-INF/classes should work.  You could also modify the class- loader in app-default.xml (although that's generally not recommended.) Oops, heh. Apparently I had overlooked my own debug message; it was working.