Re: Loading Jar files in a particular order on Tomcat 6

2009-10-04 Thread Rasmus Larsen
2009/10/4 Caldarale, Charles R : >> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com] >> Subject: Re: Loading Jar files in a particular order on Tomcat 6 >> >> No, you can just overwrite setclasspath.sh and put the 'first' jar >> into the first place of the classpath manually. > > ??? The

Re: Loading Jar files in a particular order on Tomcat 6

2009-10-04 Thread Rasmus Larsen
2009/10/4 Leon Rosenberg : > On Sun, Oct 4, 2009 at 1:00 AM, Eric B. wrote: >> "Caldarale, Charles R" wrote in message > Back to the original post, > why don't you simply patch (maybe automatically with ant) the jar file > containing the 'old' version of the class and remove it? The jar files ar

Loading Jar files in a particular order on Tomcat 6

2009-10-02 Thread Rasmus Larsen
I'm working on a web application where I have dependencies on two different jars containing two different versions of the same class. The jar files are supplied by an external vendor and cannot be changed. I've created a custom class loader, which first first tries to load classes from a specific