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

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&#x

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

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

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

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

Initializing webapps in a certain order

2012-03-13 Thread Warren Bell
Can you initialize 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. -- Thanks, Warren Bell -