Yes, we'll eventually move the issue tracker onto our development box, since we're the only ones who use it. It's not really a long startup time. It's that it prevents the 'real' apps from being available for that time, which is never good. It's not good we're restarting a production box in the middle of the day.. it's worse when it takes 30 seconds longer than it absolutely has to.
So if I set the autoDeploy to false, that means I'd have to ANT script or use the web interface to use the manager app to deploy each and every context I wanted deployed, whenver Tomcat restarts? > -----Original Message----- > From: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 05, 2004 10:08 AM > To: Tomcat Users List > Subject: RE: Can deployment order be captured. > > > > Howdy, > > >So if I set > >autoDeploy false, who does the deployment? > > The Manager webapp. > > >I'm looking at your recommendation below, to be able to > specify startup > >order. The reason is not a dependency. Rather, we have a number of > >webapps (about 15) that we want started up and ready, before the > >container attempts to start a single webapp that takes about > 30 seconds > >to 'complete its startup'. While we're waiting for this one > to finish, > >our other ones are not available, and their startup time is > 'vanishingly > >small'. As it happens, the 15 webapps are the ones my company makes > >money with, and the 1 that takes so d**n long is a issue > tracker, for > >internal use only. > > Put the issue tracker in a separate tomcat instance? Modify > its startup so that it does the 30 second (which is not long > IMHO, but obviously that's a personal thing) operation upon > the first request? > Yoav Shapira > > > > This e-mail, including any attachments, is a confidential > business communication, and may contain information that is > confidential, proprietary and/or privileged. This e-mail is > intended only for the individual(s) to whom it is addressed, > and may not be saved, copied, printed, disclosed or used by > anyone else. If you are not the(an) intended recipient, > please immediately delete this e-mail from your computer > system and notify the sender. Thank you. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
