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