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
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
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
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
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