Re: Initializing webapps in a certain order

2012-03-14 Thread Paul Singleton
On 14/03/2012 01:37, 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

RE: Initializing webapps in a certain order

2012-03-14 Thread Caldarale, Charles R
From: Paul Singleton [mailto:p...@jbgb.com] Subject: Re: Initializing webapps in a certain order Does the servlet spec require that no web app may use the services of another web app? No that's perfectly alright. The key point of the OP's query was that he has a webapp that required

RE: Initializing webapps in a certain order

2012-03-14 Thread Caldarale, Charles R
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

Re: Initializing webapps in a certain order

2012-03-14 Thread Pid
On 14/03/2012 13:29, Caldarale, Charles R wrote: From: Paul Singleton [mailto:p...@jbgb.com] Subject: Re: Initializing webapps in a certain order Does the servlet spec require that no web app may use the services of another web app? No that's perfectly alright. The key point

Re: Initializing webapps in a certain order

2012-03-14 Thread Mark H. Wood
On Wed, Mar 14, 2012 at 12:50:45PM +, Paul Singleton wrote: On 14/03/2012 01:37, 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:

RE: Initializing webapps in a certain order

2012-03-13 Thread Caldarale, Charles R
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

Re: Initializing webapps in a certain order

2012-03-13 Thread Warren Bell
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