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
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