I've got three third party jar files in the WEB-INF/lib directory of my web aplication that contain different versions of the same classes. I need to explicitly state the order in which the classloader searches these jars in order for my web application to work correctly. Can this be done by manipulating the classloader at runtime? Would it be possible to explicitly state the jar ordering somewhere in web.xml?
Thanks, Tait -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
