Hello all,

 

I'm running embedded tomcat 5.5.9. Let's say that I have one version of
X.jar in my main classpath when I launch my embedded Tomcat, and also a
different version of X.jar in a deployed webapp under WEB-INF/lib. Is there
a way to force tomcat to use the X.jar version that it's in WEB-INF/lib and
NOT the one that's in the main classpath? The default class loading behavior
uses the X.jar in the main classpath and not the X.jar in WEB-INF/lib, which
is causing problems since the deployed webapp doesn't suppor the version of
X.jar that the parent classloader has already loaded. Any help is greatly
appreciated!

 

Thanks,

Ryan

 

Reply via email to