Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 50763 invoked from network); 12 Jan 2008 02:09:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2008 02:09:10 -0000 Received: (qmail 85815 invoked by uid 500); 12 Jan 2008 02:08:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 85789 invoked by uid 500); 12 Jan 2008 02:08:49 -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 85769 invoked by uid 99); 12 Jan 2008 02:08:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jan 2008 18:08:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jan 2008 02:08:24 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JDVnP-000526-BG for users@tomcat.apache.org; Sat, 12 Jan 2008 02:08:27 +0000 Received: from pool-71-104-94-78.lsanca.dsl-w.verizon.net ([71.104.94.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jan 2008 02:08:27 +0000 Received: from wbarker by pool-71-104-94-78.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jan 2008 02:08:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: "Bill Barker" Subject: Re: Configuring different Context's to use different ports Date: Fri, 11 Jan 2008 18:08:22 -0800 Lines: 15 Message-ID: References: X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-104-94-78.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3138 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-RFC2646: Format=Flowed; Original Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Far and away the easiest way to solve this is with a Filter that will sendRedirct to scheme that the webapp wants to respond to. It is also possible to do with multiple elements, but I don't recommend that route. "Bai Shen" wrote in message news:ade7ea200801111245g50c0c84p153d55c4c48d053e@mail.gmail.com... >I have several web apps running on tomcat, each with their own context. I > also have connectors for 80 and 443. The problem is that I'd like some of > the context's to use port 80 only, and some of them to use port 443 only. > Right now, tomcat will accept connections to all contexts on all defined > ports. > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org