tomcat: order of web-app loading

Hi folks,does anybody know on which order Tomcat loads its web-apps ?I need a particular web-app loaded before all other web-apps. Is there a way to sepecify the loading sequence in Tomcat?Regards,Peter Menzel
[251 byte] By [petermenzela] at [2007-10-1 23:43:49]
# 1
Try explicitly declaring the web app contexts in the conf/server.xml file in the order that you want them to start.
tolmanka at 2007-7-15 15:34:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...