Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-22 Thread Akram Hussain
Hi, So how can I access the file in shared\lib folder from tomcat\lib folder. I have a class in tomcat\lib which will access the class which is in tomcat\shared folder. Regards, Akram. On Mon, Apr 22, 2019 at 4:32 PM Mark Thomas wrote: > On 22/04/2019 06:41, Akram Hussain wrote: > >

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-21 Thread Akram Hussain
s to above SharedClassLoader? Any idea? Regards, Akram. On Fri, Apr 19, 2019 at 4:09 AM Mark Thomas wrote: > On 16/04/2019 20:32, Christopher Schultz wrote: > > Akram, > > > > On 4/16/19 12:41, Akram Hussain wrote: > >> I have gone through it, But it was not clear t

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-18 Thread Akram Hussain
stopher Schultz (< > ch...@christopherschultz.net>) escribió: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Akram, > > > > On 4/16/19 16:21, Akram Hussain wrote: > > > Hi Christopher, > > > > > > I have almost 27

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
in listener which is in tomcat\lib folder? Regards, Akram. On Wed, Apr 17, 2019 at 1:02 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Akram, > > On 4/16/19 12:41, Akram Hussain wrote:

Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
GP SIGNED MESSAGE- > Hash: SHA256 > > Akram, > > On 4/16/19 06:29, Akram Hussain wrote: > > I have Custom SharedClassLoader in Tomcat 7 to load shared library > > jars, which is used by different applications in that tomcat. We > > migrated to Tomcat 9, now it i

Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-16 Thread Akram Hussain
Hi, I have Custom SharedClassLoader in Tomcat 7 to load shared library jars, which is used by different applications in that tomcat. We migrated to Tomcat 9, now it is not working. How to achieve the same functionality in tomcat 9. In Tomcat 9 it expects resources to be passed. I don't find any