Re: ordering apps startups

2005-11-23 Thread Shankar Unni
Rogerio Baldini das Neves wrote: I need that app3 starts up first of all. and app2 in second and so on. As several folks have said: no. I'm currently exploring a notion of extending StandardHost and subclassing the addChild(), etc., behavior to keep the children in a list rather than a hash

Re: ordering apps startups

2005-11-23 Thread Bruno Georges
Rogiero If this is an option for you I would use JBoss to manage the deployment ordering. You have implicit and explicit behavior. For example the deployment ordering scheme could be the you name your war: 01appA.war, 02appB.war Here the apps will be implicitly loaded in this order. This is know

RE: ordering apps startups

2005-11-23 Thread Rogerio Baldini das Neves
Ok Robert. Thanks a lot. -Original Message- From: Robert Harper [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 23 de novembro de 2005 15:52 To: 'Tomcat Users List' Subject: RE: ordering apps startups This one has been addressed several times before. The short answer is N

RE: ordering apps startups

2005-11-23 Thread Robert Harper
This one has been addressed several times before. The short answer is NO. Tomcat being multithreaded does not guarantee order of start or access of a page. It would be better to change your apps so that they are not dependent on each other's state or order of starting. Think more in terms of event