Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36964 invoked by uid 500); 31 Jul 2001 23:05:06 -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 36949 invoked from network); 31 Jul 2001 23:05:05 -0000 Received: from viemta05.chello.at (195.34.133.55) by h31.sny.collab.net with SMTP; 31 Jul 2001 23:05:05 -0000 Received: from niki ([213.47.151.138]) by viemta05.chello.at (InterMail vK.4.03.02.00 201-232-124 license 6aea1bd1f01aef5a9a73363c16ebee43) with SMTP id <20010731230459.BUVI1027.viemta05@niki> for ; Wed, 1 Aug 2001 01:04:59 +0200 From: "Nikolic Branislav" To: Subject: AW: How to "alias out" port 8080? Date: Wed, 1 Aug 2001 01:04:53 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N UNSUBSCRIBE!!! -----Ursprungliche Nachricht----- Von: Pier P. Fumagalli [mailto:pier@betaversion.org] Gesendet: Dienstag, 31. Juli 2001 22:48 An: tomcat-user@jakarta.apache.org Betreff: Re: How to "alias out" port 8080? Tim O'Neil at tim@xythos.com wrote: > At 12:48 PM 7/31/2001, you wrote: >> I have the similar question: What if we have Apache run on port 80 and don't >> want to config Apache to work with Tomcat? So can we have both Apache and >> Tomcat >> standalone run on port 80 so users don't need to type the port number? >> Thanks. > > Can't do that. You can't have both processes use the same > port at the same time. You can write/find a proxy server/ > load balancer that will forward requests to the appropriate > process however. Unless you bind to two different IP addresses on the same machine. Pier