RE: Content_Length Problem

2008-01-09 Thread Woytasik Joe
: Tuesday, January 08, 2008 4:36 PM To: 'Tomcat Users List' Subject: RE: Content_Length Problem That log statement indicates you haven't enabled chunked encoding in the connector config (it's off by default). Add enable_chunked_encoding=true to your isapi_redirect.properti

RE: Content_Length Problem

2008-01-08 Thread Tim Whittington
m: 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 work. CICS made the request and received my response but for some reason did n

RE: Content_Length Problem

2008-01-08 Thread Woytasik Joe
ry 05, 2008 11:05 AM To: Tomcat Users List Subject: Re: Content_Length Problem In Joes case CICS seems to get used as an HTTP client, not an HTTP server. Nevertheless the server page you found includes a link to http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/topic/com.ibm.cics. ts31.doc/

Re: Content_Length Problem

2008-01-05 Thread Rainer Jung
In Joes case CICS seems to get used as an HTTP client, not an HTTP server. Nevertheless the server page you found includes a link to http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/topic/com.ibm.cics.ts31.doc/dfhtl/topics/dfhtl_cwschunking.htm that contains the following information:

RE: Content_Length Problem

2008-01-05 Thread Martin Gainty
gt; To: users@tomcat.apache.org> Subject: RE: Content_Length Problem> Date: Sat, 5 Jan 2008 22:41:31 +1300> > From what I can tell there's nothing (technically) wrong with what Tomcat> + ISAPI Redirector is doing here.> > What's actually happening here is that Tomcat

Re: Content_Length Problem

2008-01-05 Thread Rainer Jung
;ve used the filter approach in the past (pre HTTP 1.1), and it might be workable as long as your web services responses have predictably and reasonably small content sizes. cheers tim -Original Message- From: Woytasik Joe [mailto:[EMAIL PROTECTED] Sent: Saturday, 5 January 2008 10:10 a.m. To

RE: Content_Length Problem

2008-01-05 Thread Tim Whittington
oe [mailto:[EMAIL PROTECTED] Sent: Saturday, 5 January 2008 10:10 a.m. To: Tomcat Users List Subject: RE: Content_Length Problem Rainer, Thanks for the quick response! I am able to repeat this request, and each time I get the same response. The logging level is set to debug, but unfortunately I

Re: Content_Length Problem

2008-01-04 Thread Rainer Jung
There's no Content-Length coming from the backend. See below. So: are you sure the backend sends it, if you send the same request without a web server in front of Tomcat? I would expect, that it's also missing, if you contact Tomcat directly via httpd. In this case it's an error in the webapp. Woy

Re: Content_Length Problem

2008-01-04 Thread Len Popp
g with this patch, or does it do it > automatically? > > Thanks- > Joe > > > -Original Message- > From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 2:06 PM > To: Tomcat Users List > Subject: Re: Content_Length Problem > > Hi Joe, >

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
ainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 3:29 PM To: Tomcat Users List Subject: Re: Content_Length Problem Hi Joe, the isapi chunked encoding patch shouldn't solve your problem. As I understand the topic it will not add a content-length header but enable chunke

Re: Content_Length Problem

2008-01-04 Thread Rainer Jung
> From: Rainer Jung [mailto:[EMAIL PROTECTED] > Sent: Friday, January 04, 2008 2:06 PM > To: Tomcat Users List > Subject: Re: Content_Length Problem > > Hi Joe, > > are you able to reproduce the behaviour with few, maybe only a single > request? If so: you can increase

RE: Content_Length Problem

2008-01-04 Thread Woytasik Joe
change to allow chunked encoding with this patch, or does it do it automatically? Thanks- Joe -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: Friday, January 04, 2008 2:06 PM To: Tomcat Users List Subject: Re: Content_Length Problem Hi Joe, are you able to reproduce

Re: Content_Length Problem

2008-01-04 Thread Rainer Jung
Hi Joe, are you able to reproduce the behaviour with few, maybe only a single request? If so: you can increase JkLogLevel to "debug" (not recommended for high load production size, because it produces a lot of log lines), reproduce the problem and make the log file available. What I didn't really

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 zer