RE: Order of WebApp Loading

2005-09-16 Thread Allistair Crossley
run your dependent web app in it's own tomcat? > -Original Message- > From: Peter Menzel [mailto:[EMAIL PROTECTED] > Sent: 16 September 2005 15:55 > To: Tomcat Users List > Subject: Re: Order of WebApp Loading > > > I see, > if i can't count on th

Re: Order of WebApp Loading

2005-09-16 Thread Peter Menzel
I see, if i can't count on the order of loading, I tried something other: I set crossContext="true" for both webapps and while in contextInitialized() of the webapp which schould run only after the first webapp finished loading I use context.getContext("/db-app") to look if the first app ist alr

RE: Order of WebApp Loading

2005-09-16 Thread Allistair Crossley
arted. Allistair > -Original Message- > From: Robert Harper [mailto:[EMAIL PROTECTED] > Sent: 15 September 2005 19:08 > To: 'Tomcat Users List' > Subject: RE: Order of WebApp Loading > > > The case is still that most servlet containers, Tomcat included, are

RE: Order of WebApp Loading

2005-09-15 Thread Robert Harper
probably end up being more scaleable as well. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Jilles van Gurp [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 11:52 AM To: Tomcat Users List Subject: Re: Order of WebApp Loading If you define the

Re: Order of WebApp Loading

2005-09-15 Thread Jilles van Gurp
If you define the contexts in the server.xml, they are started in the order that you define them, I think. Regards, Jilles Peter Menzel wrote: Hi there, I have a question concerning Tomcats webapp loading: What is the order in which tomcats loads its webapps ? I have two webapps configured b

RE: Order of WebApp Loading

2005-09-15 Thread George Sexton
t the database. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Peter Menzel [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 15, 2005 10:53 AM > To: Tomcat Users List > Subject: Order of WebApp Loading > &g

Order of WebApp Loading

2005-09-15 Thread Peter Menzel
Hi there, I have a question concerning Tomcats webapp loading: What is the order in which tomcats loads its webapps ? I have two webapps configured by /conf/Catalina/localhost/XXX.xml and I need one webapp to be loaded before the other, because it starts the database. How does Tomcat choose th

Re: Order of WebApp Loading

2004-06-18 Thread Surendra Kumar
t; <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, June 16, 2004 5:36 PM Subject: Re: Order of WebApp Loading > Please create a *new* message when mailing the list. > Responding to an unrelated message makes it difficult to follow

Re: Order of WebApp Loading

2004-06-16 Thread QM
and the rest of the webapps should be loaded after : it. I have tried changing the order in server.xml, but it : didn'y help. : Is there any way i can set the order of webapp loading ? Directly, through Tomcat, no. Not possible. Indirectly, put the "special&q

Order of WebApp Loading

2004-06-16 Thread Surendra Kumar
Is there any way i can set the order of webapp loading ? Thanks Surendra . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]