Can anyone tell me...

2006-02-21 Thread Earnie Dyke
what the units are for this in ISAPI redirector? Milliseconds, seconds, minutes? Earnie! cache_timeout 0 Cache timeout property should be used with cachesize to specify how to time JK should keep an open socket in cache before closing it. This property should be used to reduce the

RE: [May Be Spam] Re: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Earnie Dyke
Duh! Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 11:05 AM To: Tomcat Users List Subject: [May Be Spam] Re: [May Be Spam] Re: Can anyone tell me what causes this? Earnie Dyke wrote: > On which end? IIS or JBoss/Tom

Re: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Mladen Turk
Earnie Dyke wrote: On which end? IIS or JBoss/Tomcat? Well, it's the isapi_redirect error, so it's in the IIS obviously :) Regards, Mladen. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [May Be Spam] Re: Can anyone tell me what causes this?

2006-02-21 Thread Earnie Dyke
On which end? IIS or JBoss/Tomcat? Earnie! -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:56 AM To: Tomcat Users List Subject: [May Be Spam] Re: Can anyone tell me what causes this? Earnie Dyke wrote: > [Tue Feb 21 10:36:39 2

Re: Can anyone tell me what causes this?

2006-02-21 Thread Mladen Turk
Earnie Dyke wrote: [Tue Feb 21 10:36:39 2006] [3476:3868] [info] jk_open_socket::jk_connect.c (183): connect() failed errno = 55 ENOBUFS No buffer space available. Sounds like you're running low on system resources. Regards, Mladen.

Can anyone tell me what causes this?

2006-02-21 Thread Earnie Dyke
[Tue Feb 21 10:36:39 2006] [3476:3868] [info] jk_open_socket::jk_connect.c (183): connect() failed errno = 55 I get this on some requests but not all. I have two workers loadbalanced with stick session =1. Earnie!