Re: apps initialization order in Tomcat



On Jul 24, 3:49 am, Sergey Polzunov <polzu...@xxxxxxxxx> wrote:
Hi

I suppose it is common question, but one more time :) How I can
specify application initialization order in Tomcat? Seems like it is
alphabetical order now. Is there any way to do it in configs and
withour file-renaming (01xxx.xml, 02yyy.xml etc)?

thanks

Is there a particular reason you'd want them to be initialized in an
order? The webapps are supposed to be tied to their own context,
instead of being dependent on each other.

-cheers,
Manish

.