> From: "Dan Bachelder" <[EMAIL PROTECTED]>
> > 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...
>
> You can include a <load-on-startup/> element within the <servlet>
> element of web.xml.  This will start the servlet when the servlet
> container is started.
>
    <servlet>
        <load-on-startup/>
        <servlet-name>
           newapp
        </servlet-name>
        BLAH, BLAH
    </servlet>

gives me:
PARSE error at line 9 column -1
org.xml.sax.SAXParseException: Element "servlet" does not allow
"load-on-startup" here.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to