On 17/11/2010 16:18, Alberto Bugna wrote:
> Hi
> 
> I'm running tomcat 6.0.29 on windows vista.
> 
> I'have deployed a web application under webapps folder. This web application
> comes with some jar libraries.
> Unfortunately these libraries conflicts with others libraries installed
> under tomcat.
> I deployed under tomcat Mule esb so I have a lot of libraries loaded by the
> common loader that belong to Mule esb.
> And these Mule libraries conflict with my web application libraries.
> 
> So basically I would like to tell tomcat to first load for my web
> application his libraries (under WEB-INF/lib) and then if a resource is not
> found it should be searched in the global libraries.
> 
> How can i do that?

That is how Tomcat loads classes by default (with some spec mandated
exceptions).

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to