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

Reply via email to