On Sat, 11 Jan 2003, Henning P. Schmiedehausen wrote: > "Quinton McCombs" <[EMAIL PROTECTED]> writes: > > >Why is it that Turbine will only initialize when the first request is > >made? Is there a setting that I can change in Tomcat to force it to > >initialize on startup? > > >The reason that I ask is two fold. First, I would rather not have the > >users of the application see the initial delay. Secondly, I want > >services like RPC and the scheduler to start running as soon as the > >server starts. > > Use <load-on-startup/> in web.xml as suggested and earlyInit = true for > your services. > > We have a Turbine application that is used only via XML-RPC and provides > its GUI only for debugging / monitoring and it is used in this way and > works fine.
We do similar things with SourceCast, and it works great. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
