> From: Caldarale, Charles R 
> Subject: RE: Initializing webapps in a certain order

> I have two apps, app1 and app2. app2 needs to access app1 during app2's>
> initialization. I need app1 to be initialized first and be done before
> app2 starts to initialize.

Just had a thought: Tomcat 7 has the startStopThreads config attribute for the 
<Host> element; this might let you get away with what you want to do, depending 
on how it's implemented.  (It won't work if all initialization threads have to 
complete before any request processing is allowed; I haven't looked at the code 
to see.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to