Order at which Tomcat loads starts applications

2005-09-08 Thread Aaron Pederson
Can anyone provide me with the order in which Tomcat starts
applications? Specifically my applications are inside of
$TOMCAT_HOME/webapps.

 

 

 

Thanks in advance,

~Aaron



RE: Order at which Tomcat loads starts applications

2005-09-08 Thread Marius Hanganu
You cannot rely on an order in which Tomcat load webapps. Since the
servlet spec does not mention that webapps should be load in a specific
order, you shouldn't rely on any ordering.

If you really need this ordering, implement a mechanism to synchronize
webapps.

Regards,
Marius

-Original Message-
From: Aaron Pederson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 08, 2005 6:35 PM
To: tomcat-user@jakarta.apache.org
Subject: Order at which Tomcat loads  starts applications

Can anyone provide me with the order in which Tomcat starts
applications? Specifically my applications are inside of
$TOMCAT_HOME/webapps.

 

 

 

Thanks in advance,

~Aaron


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]