On Sun, Oct 4, 2009 at 4:23 PM, Caldarale, Charles R <chuck.caldar...@unisys.com> wrote: >> 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. > > ??? These are jars deployed with the webapp, located in WEB-INF/lib; putting > them on the system classplath will cause no end of grief.
I assume removing them from WEB-INF/lib, and putting them both on the system-wide classpath in the defined order will do the job. I'm not saying this is how it should be done, but having same classes in multiple jars aren't as well. However, I second your suggestion of repackaging. This will probably be the least possible effort. regards Leon --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org