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
driven application development rather than developing a single user GUI.

Robert S. Harper
Information Access Technology, Inc.

-----Original Message-----
From: Rogerio Baldini das Neves [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 23, 2005 10:36 AM
To: users@tomcat.apache.org
Subject: ordering apps startups 

Hi Folks.
 
Is it possible to order apps startups.
For example.
I have app1, app2 and app3. 
I need that app3 starts up first of all. and app2 in second and so on.
Is it possible ?
 
Thanks in advance.
Rogerio.

-- 

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.4/175 - Release Date: 18/11/2005
 



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

Reply via email to