start.
Mark
>
> Thanks
>
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Thursday, June 23, 2016 3:51 PM
> To: Tomcat Users List
> Subject: Re: sequence of loading jars
>
> On 23/06/2016 10:59, Venkata Reddy P wrote:
>> H
Hi,
Sometimes I have to deploy the one special jar using on top of existing jar
classes for debugging.
Thanks
-Original Message-
From: Mark Thomas [mailto:ma...@apache.org]
Sent: Thursday, June 23, 2016 3:51 PM
To: Tomcat Users List
Subject: Re: sequence of loading jars
On 23/06/2016
On 23/06/2016 10:59, Venkata Reddy P wrote:
> Hi,
>
> I am using the tomcat8.0.33, is there a way to control the order of
> loading the jars from particular folder using class loaders
> (common,shared,server)?
Yes, but why do you want to do that?
> I would also like to know if there is a way to
Hi,
I am using the tomcat8.0.33, is there a way to control the order of loading the
jars from particular folder using class loaders (common,shared,server)?
I would also like to know if there is a way to control the sequence of loading
the jars using "java.ext.dirs" system property?
Many Thanks