Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 23022 invoked from network); 1 Sep 2004 22:05:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 22:05:44 -0000 Received: (qmail 87064 invoked by uid 500); 1 Sep 2004 22:05:15 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 87032 invoked by uid 500); 1 Sep 2004 22:05:14 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 87018 invoked by uid 99); 1 Sep 2004 22:05:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [212.101.4.137] (HELO mail03.solnet.ch) (212.101.4.137) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Sep 2004 15:05:14 -0700 Received: from localhost (localhost [127.0.0.1]) by mail03.solnet.ch (Postfix) with ESMTP id 87877E1A63 for ; Wed, 1 Sep 2004 22:05:09 +0000 (GMT) Received: from mail03.solnet.ch ([127.0.0.1]) by localhost (mail03.solnet.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95509-02 for ; Wed, 1 Sep 2004 22:05:08 +0000 (GMT) Received: from AngyDee (212-41-72-90.adsl.solnet.ch [212.41.72.90]) by mail03.solnet.ch (Postfix) with ESMTP id 17DC4E1A0C for ; Wed, 1 Sep 2004 22:05:08 +0000 (GMT) From: =?iso-8859-1?Q?Marcel_St=F6r?= To: Subject: mod_jk cutting off request params? Date: Thu, 2 Sep 2004 00:05:07 +0200 Message-ID: <003601c4906f$be1bf790$0301a8c0@AngyDee> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: by amavisd-new at mail03.solnet.ch X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all, I'm confronted with a very strange problem. I've "upgraded" from Tomcat 3.2.4 to 3.3.2 (we're conservativ over here ;-)). As a result my Apache-Tomcat connection through mod_jk is broken. Ajp12 runs on 8007 and Coyote on 8080. If I access my app through http://myIP:8080/mycontext/myservlet?myparam=myvalue everything works just fine. Apache does all the SSL and virtual host stuff. So, I used to connect through https://mysubdomain.myhost/myservlet?myparam=myvalue. After the upgrade, myparam's value is always null i.e. it somehow get lost while in transit between Apache and Tomcat. The servlet itself is okay. I've checked Apache's access.log and I can confirm that it contains entries for /myservlet?myparam=myvalue. mod_jk does indeed forward the request (the servlet is invoked) but doesn't seem to pass on the request parameters. Tomcat's access log doesn't show anything as it only logs requests made through http://myIP:8080 (why?). Any ideas? I'm at my wits end... Regards, Marcel --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org