Change the class loading of tomcat 6.0.29 to child-first

2010-11-17 Thread Alberto Bugna
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

Re: Change the class loading of tomcat 6.0.29 to child-first

2010-11-17 Thread Mark Thomas
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

Re: Change the class loading of tomcat 6.0.29 to child-first

2010-11-17 Thread Alberto Bugna
Hi Mark Thanks for responding. Let's make an example. Suppose I have two libraries that implement the same functionality. The only differ for example for the version. Suppose my web app uses that kind of library. I have libV2.jar in the lib folder of the web app, and libV1.jar in the libs

Re: Change the class loading of tomcat 6.0.29 to child-first

2010-11-17 Thread Mark Thomas
On 17/11/2010 16:44, Alberto Bugna wrote: Hi Mark Thanks for responding. Let's make an example. Suppose I have two libraries that implement the same functionality. The only differ for example for the version. Suppose my web app uses that kind of library. I have libV2.jar in the lib