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 6E3B64BE8 for ; Fri, 17 Jun 2011 21:15:43 +0000 (UTC) Received: (qmail 12081 invoked by uid 500); 17 Jun 2011 21:15:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 11959 invoked by uid 500); 17 Jun 2011 21:15:39 -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 11950 invoked by uid 99); 17 Jun 2011 21:15:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 21:15:39 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.151] (HELO smtp6.freeserve.com) (193.252.22.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jun 2011 21:15:33 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3509.me.freeserve.com (SMTP Server) with ESMTP id 0D7AA700037E for ; Fri, 17 Jun 2011 23:15:12 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3509.me.freeserve.com (SMTP Server) with ESMTP id 00C70700041B for ; Fri, 17 Jun 2011 23:15:12 +0200 (CEST) Received: from mail.homeinbox.net (unknown [2.29.25.126]) by mwinf3509.me.freeserve.com (SMTP Server) with ESMTP id E19A0700037E for ; Fri, 17 Jun 2011 23:15:11 +0200 (CEST) X-ME-UUID: 20110617211511924.E19A0700037E@mwinf3509.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by mail.homeinbox.net (Postfix) with ESMTP id 8DB2AEAABBC for ; Fri, 17 Jun 2011 22:15:11 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from mail.homeinbox.net ([127.0.0.1]) by localhost (mail.homeinbox.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wHfZPJe7rNZg for ; Fri, 17 Jun 2011 22:14:59 +0100 (BST) Received: from [192.168.23.9] (study03.dev.local [192.168.23.9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.homeinbox.net (Postfix) with ESMTPSA id 352DEEAABBA for ; Fri, 17 Jun 2011 22:14:59 +0100 (BST) Message-ID: <4DFBC3D0.7@apache.org> Date: Fri, 17 Jun 2011 22:14:56 +0100 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 7 Embedded with multiple IP addresses and connector types? References: In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 17/06/2011 21:38, DJohnson@desknetinc.com wrote: > I'm just starting to work with the new Tomcat class in Tomcat7, but > immediately ran into an apparent limitation of only having a single port. > What options exist for those who need to embed Tomcat 7, but also > configure multiple ports, IP addresses and connector types (HTTP and/or > AJP)? The same options as exist for standard Tomcat. Take a look at the unit tests for examples. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org