Re: Question regarding class loading

2010-12-17 Thread Michael Ludwig
Rishi Saraf schrieb am 17.12.2010 um 14:05 (+0530): > > I have two webapp in one tomcat(version 6.0) server instance as in > application A and application B. On server startup server load first > classes of A and then B. It might load one webapp before the other. The order is undefined as per the

Re: Question regarding class loading

2010-12-17 Thread Mark Thomas
On 17/12/2010 08:35, Rishi Saraf wrote: > Hi, > > I have two webapp in one tomcat(version 6.0) server instance as in > application A and application B. On server startup server load first classes > of A and then B. My requirement is first load B and then A. How can is change > the sequence of c