On 23/06/2016 11:25, Venkata Reddy P wrote:
> Hi,
> 
> Sometimes I have to deploy the one special jar using on top of existing jar 
> classes for debugging.

Classes always override JARs in Tomcat so unpack the debug classes to
WEB-INF/classes or CATALINA_BASE/lib as appropriate and restart.

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:
>> 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 control the sequence of 
>> loading the jars using "java.ext.dirs" system property?
> 
> That is outside of Tomcat's control. You'll need to look at the docs for your 
> JVM to see how that works.
> 
> Mark
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to