RE: mod_jk and Apache timeouts?

2003-02-24 Thread Oxley, David
> Sent: 17 February 2003 21:25 > To: Tomcat Developers List > Subject: RE: mod_jk and Apache timeouts? > > I think: > > From winsock.h: > #define WSABASEERR 1 > #define WSAECONNABORTED (WSABASEERR+53) > > From VC.NET help files: > WSAECONNA

RE: mod_jk and Apache timeouts?

2003-02-17 Thread David
gt;> to >> tomcat. Tomcat is probably not started or is listenning on the wrong >> port. >> Failed errno = 53 >> >> Cheers. >> Dave. >> >>> -Original Message- >>> From: Oxley, David [mailto:[EMAIL PROTECTED]] >>>

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Costin Manolache
ion. err=2 > [Mon Feb 17 17:23:26 2003] [jk_ajp_common.c (1199)]: Error connecting to > tomcat. Tomcat is probably not started or is listenning on the wrong port. > Failed errno = 53 > > Cheers. > Dave. > >> -Original Message----- >> From: Oxley,

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
ilto:[EMAIL PROTECTED]] > Sent: 17 February 2003 17:00 > To: 'Tomcat Developers List' > Subject: RE: mod_jk and Apache timeouts? > > Costin, > > I will rebuild from HEAD now and give it a try. > But I think I may have sorted found the problem. I have changed the > Co

RE: mod_jk and Apache timeouts?

2003-02-17 Thread Oxley, David
t and fails 3 times (before TC has restarted its Connector threads) and returns an error 500 to the client. Dave. > -Original Message- > From: Costin Manolache [mailto:[EMAIL PROTECTED]] > Sent: 17 February 2003 17:02 > To: [EMAIL PROTECTED] > Subject: Re: mod_jk and Apa

Re: mod_jk and Apache timeouts?

2003-02-17 Thread Costin Manolache
I suspect it's a windows specific return code from recv(). The code in question calls socket_recvfull - which in turn calls recv() to fill a buffer. It handles EAGAIN - but knowing windows, it may be something else. If you can do a checkout from HEAD and built again - you should see the errno at