Problem with AJP connector

2008-09-24 Thread Woytasik Joe
We are running IIS6 and Tomcat 6, with the AJP connector forwarding traffic from IIS to Tomcat. Everything has been working well until we started running some load tests. When we ramp up our testing we start to see the following errors in the connector log. [Wed Sep 24 14:28:42 2008]

RE: Removing Context from URL

2008-01-18 Thread Woytasik Joe
Subject: RE: Removing Context from URL From: Woytasik Joe [mailto:[EMAIL PROTECTED] Subject: Removing Context from URL I have a user that wants to be able to hit their app without specifying the context. Assuming you're running on a reasonably recent version of Tomcat (you didn't bother

Removing Context from URL

2008-01-18 Thread Woytasik Joe
I have a user that wants to be able to hit their app without specifying the context. Right now they need to type http://applicationname.mycompany.com/context and they would like to type http://applicationname.mycompany.com and be directed to their app. Is this possible? If so, what is the best

RE: Content_Length Problem

2008-01-09 Thread Woytasik Joe
setting if you're using that) and restart IIS. tim -Original Message- From: Woytasik Joe [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 January 2008 3:25 a.m. To: Tomcat Users List Subject: RE: Content_Length Problem I have tried the isapi_redirect.dll Tim provided, and it appeared to almost

RE: Content_Length Problem

2008-01-08 Thread Woytasik Joe
I have tried the isapi_redirect.dll Tim provided, and it appeared to almost work. CICS made the request and received my response but for some reason did not interpret it correctly. Is there something in the redirector's log that I can look at to verify it is using chunked encoding? I see the

Content_Length Problem

2008-01-04 Thread Woytasik Joe
I have a custom webservice hosted on IIS 6.0 and Tomcat 6, and I am using the latest version of the isapi_redirect.dll. The problem occurs when a CICS mainframe application tries to call this webservice. Everything appears to work fine, but the CICS application receives a response indicating a

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
, which doesn't use content-length. Clean up your jk log and let us/me have a look at it. I hope we can then see if anything is wrong and if so what it is. Regards, Rainer Woytasik Joe schrieb: Rainer, Thanks for the quick response! I am able to repeat this request, and each time I get

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
. Regards, Rainer Woytasik Joe schrieb: I have a custom webservice hosted on IIS 6.0 and Tomcat 6, and I am using the latest version of the isapi_redirect.dll. The problem occurs when a CICS mainframe application tries to call this webservice. Everything appears to work fine, but the CICS

Help with isapi_redirect.properties

2006-10-17 Thread Woytasik Joe
I am trying to use IIS 6.0 as a front end for Tomcat 5.5 which I have working as expected. The issue I have is that I can only get it working using the registry settings and not using isapi_redirect.properties. We will have several sites and I want them to be independent of each other and I