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