Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-07 Thread vimil
Thank you for updating the documentation. This helps a lot with clarifying how Resources work -- View this message in context: http://tomcat.10.x6.nabble.com/Tomcat-8-5-Regarding-PostResources-for-Web-Inf-lib-and-Web-Inf-classes-tp5053929p5054838.html Sent from the Tomcat - User mailing list

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-07 Thread Mark Thomas
On 05/09/2016 20:14, Mark Thomas wrote: > On 03/09/2016 14:07, vimil wrote: >> I looked at tomcat 8 source code to determine how the class loader resolves >> libraries and class folders specified in post resources. >> >> if the order of post resources is as follows >> >> >

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-06 Thread Mark Thomas
On 06/09/2016 09:00, Cristian Lorenzetto wrote: > *WAR isolation lifecycle.* > > It is a common problem to have a war can't unregister correctly in undeploy > phase. a lot of opensource libraries have this problem. So you have to > restart tomcat every time. > But if you have multiple war

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-06 Thread Cristian Lorenzetto
*WAR isolation lifecycle.* It is a common problem to have a war can't unregister correctly in undeploy phase. a lot of opensource libraries have this problem. So you have to restart tomcat every time. But if you have multiple war running and you cant stop other applications? 2016-09-05 21:14

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-05 Thread Mark Thomas
On 03/09/2016 14:07, vimil wrote: > I looked at tomcat 8 source code to determine how the class loader resolves > libraries and class folders specified in post resources. > > if the order of post resources is as follows > > className="org.apache.catalina.webresources.DirResourceSet" >

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-09-03 Thread vimil
I looked at tomcat 8 source code to determine how the class loader resolves libraries and class folders specified in post resources. if the order of post resources is as follows then the class loader looks for classes in library1.jar before it looks for classes in

Re: Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-08-19 Thread Mark Thomas
On 12/08/2016 23:44, Vimil Saju wrote: > This is regarding the Resources feature of tomcat 8.5 that allows us to add > external jars and class folder to the webapp classpath. > There seems to be an issue with the order in which class folder and jar files > are added to the classpath. >

Tomcat 8.5 Regarding PostResources for Web-Inf\lib and Web-Inf\classes

2016-08-12 Thread Vimil Saju
This is regarding the Resources feature of tomcat 8.5 that allows us to add external jars and class folder to the webapp classpath. There seems to be an issue with the order in which class folder and jar files are added to the classpath.         With the above configuration the webapp