Hi Quinton,
Use the <load-on-startup/> tag like so:
------------------
<servlet>
<servlet-name>turbine</servlet-name>
<servlet-class>org.apache.turbine.Turbine</servlet-class>
<init-param>
<param-name>properties</param-name>
<param-value>/WEB-INF/conf/TurbineResources.properties</param-value>
</init-param>
<load-on-startup/>
</servlet>
------------------
Regards,
-- Rodney
On Thu, 9 Jan 2003 07:52, you wrote:
> You can change to web.xml file to have Tomcat initalize the web app
> when it starts.
> ----- Original Message -----
> From: "Quinton McCombs" <[EMAIL PROTECTED]>
> To: "Turbine Developers List" <[EMAIL PROTECTED]>
> Sent: Wednesday, January 08, 2003 1:44 PM
> Subject: Turbine initialization
>
>
> 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.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>