Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 16486 invoked from network); 5 Dec 2002 09:41:07 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Dec 2002 09:41:07 -0000 Received: (qmail 21509 invoked by uid 97); 5 Dec 2002 09:42:17 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 21488 invoked by uid 97); 5 Dec 2002 09:42:16 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 21476 invoked by uid 98); 5 Dec 2002 09:42:16 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: =?iso-8859-1?Q?Joakim_Str=F6m?= To: "Tomcat Developers List" Subject: Unexpected behavior in mod_jk redirector for IIS Date: Thu, 5 Dec 2002 10:41:05 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I'm trying to use Tomcat in a Webdav app running under IIS, but keep running into severe problems with the IIS connector that are stalling our project. I have tried the users list without any luck with two cases, and some colleagues now think we should look for another servlet container. But I would like to try this list before giving up, as we suspect there may be bugs in mod_jk. We are using IIS 5.0 and Tomcat 4.1.12. Neither of the problems below occur if I use Tomcat directly on port 8080. 1. mod_jk v. 1.2.1 With mod_jk v. 1.2.1, all HTTP OPTIONS requests are turned down with status 500 internal server error code. The options requests never enter my servlet code. I found a similar question which has been posted earlier to Bugzilla: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3D8709 The problem description seems identical to what I am experiencing. But I have found no follow-up on this report. Any clues on this? 2. mod_jk2 v. 2.0.1 and 2.0.2 This works much better. But there is one serious error: in some cases large files get corrupted when uploading--32 bytes of the file are taken from one location and copied to a later place in the file. Typically the error occurs the first time at appr. the 56,000th byte in the file. If the file is very large, the same sequence of 32 bytes gets copied several times later on in the file. The file is not sent using chunked transfer-encoding. The call finishes without errors, and there are no suspicious- looking entries in the logs as far as I can tell (I have set log_level=3Ddebug in the registry for the isapi filter). The size of the produced file on the server is the same as the original, but the same number of bytes that were erroneously copied are missing at the end of the file. The next http call after this happens always fails, as the bytes that should have been at the end of the file seem to be left on the socket. This error does not happen every time I upload a large file, but usually once out of 2-5 tries. I would be very happy if the problem could be resolved, especially with JK2 which seems like the better bet, and any help will be much appreciated. Best Regards, Joakim Strom, Excosoft -- To unsubscribe, e-mail: For additional commands, e-mail: