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. Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
