Kevin Jones wrote:

> Subject says it all really.
>
> The first time a filter chain is executed for a servlet, it takes about 30
> seconds for the response to get back to the client.
>

It would be surprising if this is related to initializing the filter chain --
after all, the chain is constructed for every single request (not just the
first one).  Are you sure there isn't anything application specific that takes
a long time to initialize?

>
> This doesn't happen everytime but enough to be repeatable.
>
> I'm using Beta 1. I've set the app to be reloadable (with a reload time of
> 3) and I'm logging to the console if that helps,
>

Logs and a test case (even if it doesn't repeat evey single time) would be
quite useful in investigating this.

>
> Kevin Jones
> DevelopMentor
> www.develop.com
>

Craig



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

Reply via email to