On 3/13/12 6:37 PM, Caldarale, Charles R wrote:
>> From: Warren Bell [mailto:warrenbe...@gmail.com] 
>> Subject: Initializing webapps in a certain order
> 
>> Can you initialize webapps in a certain order ?
> 
> Read the FAQ:
> http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q27
> 
> The primary reason is that the servlet spec requires that each webapp be 
> self-contained and independent.
> 
>> 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.
> 
> Sounds like a bad plan.  If the apps are so tightly coupled, why aren't they 
> just one webapp?

They could eventually be on two servers, still may be a bad plan though.

Thanks,

Warren Bell

> 
>  - 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
> 

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

Reply via email to