Re: mod_jk socket_timeout elaboration

2010-05-10 Thread Bob Jewell
- "Charles R Caldarale" wrote: > > From: Bob Jewell [mailto:jewe...@franklin.edu] > > Subject: mod_jk socket_timeout elaboration > > > I have a simple jsp that does a sleep(6000) (10 seconds) > > That looks like 6 seconds to me... Er, good call. n

RE: mod_jk socket_timeout elaboration

2010-05-10 Thread Caldarale, Charles R
> From: Bob Jewell [mailto:jewe...@franklin.edu] > Subject: mod_jk socket_timeout elaboration > I have a simple jsp that does a sleep(6000) (10 seconds) That looks like 6 seconds to me... > This happens with socket_timeout set to 10. To can quote previous responses from Rainer:

mod_jk socket_timeout elaboration

2010-05-10 Thread Bob Jewell
Using mod_jk 1.2.28 on Apache 2.2.3 (please redirect me if there is a better list for mod_jk issues) I am encountering socket timeouts, I believe, but I need help understanding what's actually happening. As a test, I have a simple jsp that does a sleep(6000) (10 seconds), so when I hit this t