On 4/26/07, Jeff Barczewski <[EMAIL PROTECTED]> wrote:
> With Rails-integration - is there a way (configuration option) to have
> servlet preload the jruby on startup rather than waiting for first hit?
>
> There is a delay on the first hit while waiting for jruby to spin up, so I'd
> rather take that hit at startup.

In your <servlet> tag, add this:

  <load-on-startup>1</load-on-startup>

-dave
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to