Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 63424C7B8 for ; Fri, 14 Jun 2013 12:04:21 +0000 (UTC) Received: (qmail 17065 invoked by uid 500); 14 Jun 2013 12:04:17 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 16666 invoked by uid 500); 14 Jun 2013 12:04:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 16649 invoked by uid 99); 14 Jun 2013 12:04:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 12:04:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of knst.kolinko@gmail.com designates 209.85.220.181 as permitted sender) Received: from [209.85.220.181] (HELO mail-vc0-f181.google.com) (209.85.220.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 12:04:10 +0000 Received: by mail-vc0-f181.google.com with SMTP id lf11so358596vcb.40 for ; Fri, 14 Jun 2013 05:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Z8cTdOSm8KisVSRF4qFMZZI+r1xxbMqWNcN/yHze5Pc=; b=ogKoBgqYT78hHLBSbuB5Xf9FbWhqWUWU4ktEo+zOlZg3+3PTQrj/tztJIwbJOfBwVd 3tzlNObpKfyJu3gJLVxHKzltGNtPh/HUtTWtjhpmZE5RQdhj0xrwnhcvYVtmo6bUskVf f1SxRqsOMDHJcpjraLXQS7uGtbugVH97dzbveX7u8Nk/RYj6zyibOs6YY4RKazCxUv1r lqjnUKSGcOzzsBTqSCIO93FA3HWoDm/1NFu4M/QSfYby7gJdBnKPnBQcJ3khZlsb50xN IRlLruzdfWgqQNF9Z/Ba4YMPZjt1MThhsCfjz9qdn5CV0WPBqLZfgMIkEX6vb1QWOe0C apXg== MIME-Version: 1.0 X-Received: by 10.220.205.67 with SMTP id fp3mr814004vcb.43.1371211429935; Fri, 14 Jun 2013 05:03:49 -0700 (PDT) Received: by 10.58.144.67 with HTTP; Fri, 14 Jun 2013 05:03:49 -0700 (PDT) In-Reply-To: <5032F5DAD1369F48BD8A3348125CBB981287A6AE@xmb-aln-x13.cisco.com> References: <5032F5DAD1369F48BD8A3348125CBB981287A6AE@xmb-aln-x13.cisco.com> Date: Fri, 14 Jun 2013 16:03:49 +0400 Message-ID: Subject: Re: ssl port always print as 443 in tomcat access logs From: Konstantin Kolinko To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org 2013/6/14 Anil Goyal -X (anigoyal - Aricent Technologies at Cisco) : > Hi > I have two service running in tomcat. > First service 'catalina' is having connector port 80, 443, 8080 and 8444. > Second service 'catalina_advance' have connector port 8081 and 8444. > > For catalina_advance, I entered a new tomcat access log file with configuration > > > Now whe I hit the url http://ip-address:8081/context > The port print in access log file is 8081 > > When when I hit the url https://ip-address:8444/context > The port always print as 443. This is not what you were writing in your e-mails earlier. > > Why this is happening > When is this happening? Is it reproducible with simple example web application on a clean Tomcat installation? It is not your first e-mail here, but again you lack the details. I am sure there are a number of "bug reporting guidelines" on the net, but at least please read these: https://issues.apache.org/bugzilla/page.cgi?id=bug-writing.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org