the <load-on-startup/> seemed to do the trick.. as long as it is the last child of the <servlet> element... thanks, dan ----- Original Message ----- From: "Daniel Rall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 10:47 PM Subject: Re: init > "Dan Bachelder" <[EMAIL PROTECTED]> writes: > > > What does one need to do to force turbine to do all its initialization on > > startup instead of on the first request? not a big deal really.. but it > > would make doing testing and development just a tad faster... > > In 2.x, you can't do *all* the initialization before a first request > because that version of Turbine is quite coupled with the Servlet > API. In 3.x, I think this should be possible. In 2.x, you can start > up a variety of services using TurbineConfig (see its JavaDoc for > how). Not all services will work, however. > > Daniel > > --------------------------------------------------------------------- > 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]
