Re: Webapps loading order

2007-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orlando, Orlando Reis wrote: > By that you mean loading several instances of tomcat per webapp? I meant one instance of Tomcat per webapp. > In this case not doable, 30 webapps each loaded through a different tomcat, > I don't think that would be fe

Re: Webapps loading order

2007-01-24 Thread Orlando Reis
By that you mean loading several instances of tomcat per webapp? In this case not doable, 30 webapps each loaded through a different tomcat, I don't think that would be feasible. Each webapp is very heavy, I don't think that to be a solution. Orlando On 1/23/07, Christopher Schultz <[EMAIL PROT

Re: Webapps loading order

2007-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Orlando, Orlando Reis wrote: > Thanks I going to have a look, but has others have pointed out such a > mechanism is vowed to change in the future. > > I think, that either me or the team I work with, will do the > synchronization mechanism. Another

Re: Webapps loading order

2007-01-23 Thread Orlando Reis
ill that make them load in the > order provided in the file? > > Thanks in advance > Orlando > > On 1/22/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> >> > From: Orlando Reis [mailto:[EMAIL PROTECTED] >> > Subject: Re: Webapps loading order >

Re: Webapps loading order

2007-01-23 Thread David Delbecq
rver.xml, will that make them load in the > order provided in the file? > > Thanks in advance > Orlando > > On 1/22/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: >> >> > From: Orlando Reis [mailto:[EMAIL PROTECTED] >> > Subject: Re: Webapps loa

Re: Webapps loading order

2007-01-22 Thread Orlando Reis
AIL PROTECTED]> wrote: > From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > But the definition of the contexts in the server.xml would > that guarantee an order on loading? What does the spec say? (Hint: there is no server.xml nor element in

RE: Webapps loading order

2007-01-22 Thread Caldarale, Charles R
> From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > But the definition of the contexts in the server.xml would > that guarantee an order on loading? What does the spec say? (Hint: there is no server.xml nor element in the spec.) You really,

Re: Webapps loading order

2007-01-22 Thread Orlando Reis
Ok, I won't depend on it (still wonder what it is...). But the definition of the contexts in the server.xml would that guarantee an order on loading? Orlando On 1/22/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Orlando Reis [mailto:[EMAIL PROTECTED] > Sub

RE: Webapps loading order

2007-01-22 Thread Caldarale, Charles R
> From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > Ok, if it ain't multithread then there must be some kind of order? > I mean is it a random function? Or something like that? It's not random, but it's subject to change at any t

Re: Webapps loading order

2007-01-22 Thread Orlando Reis
t;[EMAIL PROTECTED]> wrote: > From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > The reason for not having any order is because it's > multithread and all webapps are loaded at the same time. Actually, the Tomcat webapp deployer is not currently

RE: Webapps loading order

2007-01-22 Thread Caldarale, Charles R
> From: Orlando Reis [mailto:[EMAIL PROTECTED] > Subject: Re: Webapps loading order > > The reason for not having any order is because it's > multithread and all webapps are loaded at the same time. Actually, the Tomcat webapp deployer is not currently multi-threaded, but

Re: Webapps loading order

2007-01-22 Thread Orlando Reis
Ok, your right I did found some information a little bit later after posting. The reason for not having any order is because it's multithread and all webapps are loaded at the same time. I was wondering about order because we have properties file that if badly configured on one context will affe

Re: Webapps loading order

2007-01-22 Thread David Smith
Funny, I find lot's of info on this and the answer is always no. Some posts suggest hacks though: http://www.google.com/search?hl=en&q=tomcat+webapp+load+order As has been noted in at least one of the results above, it's a fragile design. Better to design the depending webapps to handle the cas

RE: Webapps loading order

2007-01-22 Thread Peter Crowther
> From: Orlando Reis [mailto:[EMAIL PROTECTED] > Hi, can someone please tell me the order in which the webapps > are loaded? There is no defined order, and implementations may vary - you shouldn't rely on any order. Can you tell us a bit more about what you're trying to do, as there are a few f