Re: Tomcat, ajp, IIS - loosing connection

2006-10-24 Thread Peter Olin
Thanks all for your suggestions. We never got it to work. Instead we upgraded to Tomcat 5.5 and the problem haven't surfaced since a week back. Irritating magic? Anyway, thanks! /Peter Olin 2006/10/17, Mladen Turk <[EMAIL PROTECTED]>: Peter Olin wrote: > > Or is there an undocumented "work

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Mladen Turk
Peter Olin wrote: Or is there an undocumented "worker.xxx.keepalive" ? No, its socket_keepalive, but it seems it doesn't work for you :( Temporary disable the firewall 'cut inactive connections' functionality and see if that helps. Regards, Mladen. -

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Peter Olin
We already have that: worker.ajp15w.type=ajp13 worker.ajp15w.host=xx.xx.xx.xx worker.ajp15w.port=8009 worker.ajp15w.socket_keepalive=True worker.ajp15w.socket_timeout=60 I guess that you are talking about what we have specified as "worker.ajp15w.socket_keepalive=True" Right? Or is there an und

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Mladen Turk
Peter Olin wrote: This is what I found in the Tomcat log, and I guess that this is the last thing that happened before the IIS-Tomcat connection stopped working. 2006-10-16 23:20:29 [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCode=404, location=/index.jsp] ClientAbortException: java.

Re: Tomcat, ajp, IIS - loosing connection

2006-10-17 Thread Peter Olin
This is what I found in the Tomcat log, and I guess that this is the last thing that happened before the IIS-Tomcat connection stopped working. 2006-10-16 23:20:29 [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCode=404, location=/index.jsp] ClientAbortException: java.net.SocketException

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
- From: Peter Olin [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 4:16 PM To: Tomcat Users List Subject: Re: Tomcat, ajp, IIS - loosing connection Thanks Chris! Yes, Tomcat and IIS are on different machines, and yes, there is firewall stuff in between. IIS is in a publicly available

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Thanks Chris! Yes, Tomcat and IIS are on different machines, and yes, there is firewall stuff in between. IIS is in a publicly available layer, and Tomcat is more "inside" protected from the outside world. And at the moment there is only infrequent traffic to the server. I'll follow up your theo

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Martin Gainty
, dissemination, distribution or copying of it or its contents - Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, October 16, 2006 11:46 AM Subject: Re: Tomcat, ajp, IIS - loosing connection

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Christopher Schultz
Peter, > After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work > any longer. > > Tomcat is still running, and surfing to the Tomcat port works fine, but > going through IIS no longer works. (See log excerpt below) > > We're using the following: > > - Tomcat 5.0.28 > - ajk

Re: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Mladen Turk
Peter Olin wrote: This is what the log says: [Fri Oct 13 13:08:09 2006] [5788:13544] [error] jk_ajp_common.c (947): (ajp15w) can't receive the response message from tomcat, network problems or tomcat is down (xx.xx.xx.xx:8009), err=-54 This means that Tomcat has closed the AJP connection in

RE: Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Sean Overby
fig to match the size of your thread pool on the Tomcat side. Good luck. -Original Message- From: Peter Olin [mailto:[EMAIL PROTECTED] Sent: Monday, October 16, 2006 11:06 AM To: users@tomcat.apache.org Subject: Tomcat, ajp, IIS - loosing connection Hi! After a day or so a fully func

Tomcat, ajp, IIS - loosing connection

2006-10-16 Thread Peter Olin
Hi! After a day or so a fully functional setup (IIS, AJP Tomcat) doesn't work any longer. Tomcat is still running, and surfing to the Tomcat port works fine, but going through IIS no longer works. (See log excerpt below) I've been searching the archives and Googling all over but can't find any