From tomcat-user-return-506-qmlist-jakarta-archive-tomcat-user=jakarta.apache.org@jakarta.apache.org Thu Nov 01 01:00:44 2001 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 99524 invoked from network); 1 Nov 2001 01:00:44 -0000 Received: from unknown (HELO osaka.betaversion.org) (192.18.49.133) by daedalus.apache.org with SMTP; 1 Nov 2001 01:00:44 -0000 Received: (qmail 25584 invoked from network); 1 Nov 2001 01:03:01 -0000 Received: from nagoya.betaversion.org (192.18.49.131) by osaka.betaversion.org with SMTP; 1 Nov 2001 01:03:01 -0000 Received: (qmail 1241 invoked by uid 97); 1 Nov 2001 01:00:20 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 1202 invoked by uid 97); 1 Nov 2001 01:00:19 -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 1191 invoked from network); 1 Nov 2001 01:00:18 -0000 Date: Wed, 31 Oct 2001 20:00:17 -0500 From: Ilya Goldin Subject: RE: tomcat stand alone and multiple ips. In-reply-to: <01d301c16245$869287e0$013d4641@athlon> To: 'Tomcat Users List' Message-id: <001f01c16270$92a83180$3e5e8e88@lrdc.pitt.edu> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Mailer: Microsoft Outlook, Build 10.0.3311 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > How can I attach an instance of tomcat to a specific ip? =20 > Right now it=20 > > monitors port 80 on all ips on the box. Can I have one instance of=20 > > tomcat host multiple 'virtual' sites or do I need > > to run seperate instances of tomcat listening to different ips? >=20 > $TOMCAT_HOME\webapps\tomcat-docs\config\host.html >=20 > Looks like you can have mutiple virtual hosts for one=20 > instance of Tomcat. OK, fine -- but that's not what I want. I want exactly one virtual host answering to exactly one domain name/ip request. If I have a machine that binds to several different domain names and IPs, I only want Tomcat to answer on ONE of those domain names. By default, it answers on all of them. In a way, I want a valve or filter to complement the existing Remote Address Filter and Remote Host Filter. While those check the source of the request, I want a filter that checks the explicit destination of the request, so that my application does not launch if the request did not explicitly specify its destination. =20 Is this functionality already available? Is there a workaround? Thanks, ig -- To unsubscribe, e-mail: For additional commands, e-mail: