Re: jar Sequence in the same directory

2006-06-02 Thread Tim Funk
No. Place your patches in the classes folder. -Tim exquisitus wrote: I have a special question related to the classloader of Tomcat. If I put two jar files in the same directory (myJar.jar and myJarPatch.jar) where the second jar is a patch, that contains only a part of classes (let's say a s

jar Sequence in the same directory

2006-06-01 Thread exquisitus
I have a special question related to the classloader of Tomcat. If I put two jar files in the same directory (myJar.jar and myJarPatch.jar) where the second jar is a patch, that contains only a part of classes (let's say a subset of the first one). Does Tomcat loads the jars in a special order