Re: Possible Discrepancy in ClassLoading order when running in Linux

2018-08-29 Thread M. Manna
Please ignore my question. Seems like someone decided to try out a "Special" classloader - didn't have the information before. Thanks for responding anyway. Regards, On Wed, 29 Aug 2018 at 20:20, M. Manna wrote: > Thanks mark. We aren’t using delegation, but even with delegation classes >

Re: Possible Discrepancy in ClassLoading order when running in Linux

2018-08-29 Thread M. Manna
Thanks mark. We aren’t using delegation, but even with delegation classes directory are looked up first in the order. Tomcat version 8.5.32. Thanks, On Wed, 29 Aug 2018 at 19:31, Mark Thomas wrote: > On 29/08/18 19:09, M. Manna wrote: > > Hello, > > > > I am not sure if this is a bug or

Re: Possible Discrepancy in ClassLoading order when running in Linux

2018-08-29 Thread Mark Thomas
On 29/08/18 19:09, M. Manna wrote: > Hello, > > I am not sure if this is a bug or something specific to our implementation, > so wanted to share that with others. Please forgive my idiocy. > > We took a verbose classloading on Windows and it loaded two classes from > two different locations. >

Possible Discrepancy in ClassLoading order when running in Linux

2018-08-29 Thread M. Manna
Hello, I am not sure if this is a bug or something specific to our implementation, so wanted to share that with others. Please forgive my idiocy. We took a verbose classloading on Windows and it loaded two classes from two different locations. 1) *SomeUtils*.class from *com.my.package.name