Re: Tomcat 8 classloading

2016-07-13 Thread saurabh tiwari
Thanks a lot Chris. Thanks, Saurabh Tiwari 9158483338 On Wed, Jul 13, 2016 at 1:49 PM, chris derham wrote: > > Hi There, > > > > We are about to upgrade from tomcat-7.0.65 to tomcat-8.0.XX. and this is > > regarding the loading of same JARs within the different application. to > > understand t

Re: Tomcat 8 classloading

2016-07-13 Thread chris derham
> Hi There, > > We are about to upgrade from tomcat-7.0.65 to tomcat-8.0.XX. and this is > regarding the loading of same JARs within the different application. to > understand the scenario, consider below case > > Tomcat 8 --- > webapps > a.war--> lib--> spring.jar >

Tomcat 8 classloading

2016-07-13 Thread saurabh tiwari
Hi There, We are about to upgrade from tomcat-7.0.65 to tomcat-8.0.XX. and this is regarding the loading of same JARs within the different application. to understand the scenario, consider below case Tomcat 8 --- webapps a.war--> lib--> spring.jar b.war--> lib--> s