Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 57775 invoked from network); 8 Jun 2004 00:34:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Jun 2004 00:34:41 -0000 Received: (qmail 46490 invoked by uid 500); 8 Jun 2004 00:34:21 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 46354 invoked by uid 500); 8 Jun 2004 00:34:20 -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 46071 invoked by uid 99); 8 Jun 2004 00:34:18 -0000 Received: from [204.127.198.39] (HELO rwcrmhc13.comcast.net) (204.127.198.39) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 07 Jun 2004 17:34:18 -0700 Received: from comcast.net (c-24-13-7-66.client.comcast.net[24.13.7.66]) by comcast.net (rwcrmhc13) with ESMTP id <2004060800335201500me9coe> (Authid: b.wagman); Tue, 8 Jun 2004 00:33:52 +0000 Message-ID: <40C507EA.2060003@comcast.net> Date: Mon, 07 Jun 2004 19:27:22 -0500 From: Barnet Wagman User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: How do I associate a web app with a specific IP (connector)? Content-Type: multipart/alternative; boundary="------------010605030009000409080200" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --------------010605030009000409080200 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm going to be running Tomcat with two IP addresses (each has its own domain name). How do I associate some web apps with one and some with the other? From my reading of the /Server Configuration Reference/ (but no experience yet), I gather that I should create a connector for each IP address. But I don't see how to associate a web app with a particular connector. Do I need to create separate Host elements and use separate appBases? Or is there another way altogether? Thanks, bw --------------010605030009000409080200--