Re: sequence of loading jars

2016-06-23 Thread Mark Thomas
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

RE: sequence of loading jars

2016-06-23 Thread Venkata Reddy P
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

Re: sequence of loading jars

2016-06-23 Thread Mark Thomas
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

sequence of loading jars

2016-06-23 Thread Venkata Reddy P
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