Re: Webapps loading sequence

2006-08-29 Thread David Smith
Shankar Unni wrote: Raju Balugu wrote: So,On which basis it will load that?(For example Alphabetical ..etc) What MarkT said. Tomcat will load the webapps in whatever order it gets them from File.listFiles() (which is *not* guaranteed alphabetical!), and then during shutdown, it unloads t

Re: Webapps loading sequence

2006-08-29 Thread Shankar Unni
Raju Balugu wrote: So,On which basis it will load that?(For example Alphabetical ..etc) What MarkT said. Tomcat will load the webapps in whatever order it gets them from File.listFiles() (which is *not* guaranteed alphabetical!), and then during shutdown, it unloads them in some internal ha

Re: Webapps loading sequence

2006-08-26 Thread Mark Thomas
Raju Balugu wrote: > Thanks David . > > So,On which basis it will load that?(For example Alphabetical ..etc)My > requirement is need to load x context and then only needs to load Y > Context.Even I am ready to change tomcat code also to meet my > requirement?please suggest me . Any solution that

Re: Webapps loading sequence

2006-08-25 Thread Raju Balugu
Thanks David . So,On which basis it will load that?(For example Alphabetical ..etc)My requirement is need to load x context and then only needs to load Y Context.Even I am ready to change tomcat code also to meet my requirement?please suggest me . Regards Raju On 8/25/06, David Smith <[EMAIL PR

Re: Webapps loading sequence

2006-08-25 Thread David Smith
There is no guarantee of load order. A fair number of people have asked if it was possible and the answer has always been no. I believe (if I've read past threads correctly) best practice is to be sure the proper log4j.jar is in each WEB-INF/lib, removed from common/lib and shared/lib, added