Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 12551 invoked by uid 500); 25 Oct 2001 14:17:46 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 12520 invoked from network); 25 Oct 2001 14:17:45 -0000 Message-ID: <764CA2FF49EC054BA086FC8253A52DD7432CC4@merc09.na.sas.com> From: Larry Isaacs To: "'tomcat-user@jakarta.apache.org'" Subject: RE: Running Tomcat 3.2.3 (or 4.0) on a multi-homed machine. Date: Thu, 25 Oct 2001 10:17:43 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Tomcat 3.2.3, try: ... ... On Tomcat 3.3 (and I believe 4.x) add: address="123.123.123.123" to the connector. For Tomcat 3.3, that would be: Hope that helps. Cheers, Larry -----Original Message----- From: Prasanna Uppaladadium [mailto:prasanna@kirusa.com] Sent: Wednesday, October 24, 2001 3:44 PM To: tomcat-user@jakarta.apache.org Subject: Running Tomcat 3.2.3 (or 4.0) on a multi-homed machine. Hello. Is there a way to run Tomcat 3.2.3 or 4.0 so that the server will listen on a specific host interface (IP address)? For example, my machine has two IP addresses (123.123.123.123 and 111.111.111.111). I would like to run two instances of Tomcat on port 80 each one listening on one of the interfaces respectively. I specifically don't want to use Virtual Hosting. The server.xml file on both versions of Tomcat seem to take a port parameter but not a host parameter. One way to solve this of course is to use Apache as a front for Tomcat. But I would like to use Tomcat as a standard alone web server if at all this is possible. Thanks for any help. Prasanna.