Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 58669 invoked from network); 23 Mar 2005 12:16:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2005 12:16:14 -0000 Received: (qmail 70021 invoked by uid 500); 23 Mar 2005 12:15:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 69997 invoked by uid 500); 23 Mar 2005 12:15:57 -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 69983 invoked by uid 99); 23 Mar 2005 12:15:57 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of funkman@joedog.org designates 204.74.20.252 as permitted sender) Received: from sid.armstrong.com (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Mar 2005 04:15:57 -0800 Received: from [10.38.20.246] ([10.38.20.246]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id j2NCBkTj006232 for ; Wed, 23 Mar 2005 07:11:46 -0500 Message-ID: <42415DFA.5040503@joedog.org> Date: Wed, 23 Mar 2005 07:15:54 -0500 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: question about multiple instances and multiple domains References: <004a01c52fa2$75284cf0$0202a8c0@TURBO1> In-Reply-To: <004a01c52fa2$75284cf0$0202a8c0@TURBO1> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Then you need another hardware (or software) solution which can proxy http requests. -Tim Bedrijven.nl wrote: > And what if i don't want to use apache?? > > Maarten > > -----Oorspronkelijk bericht----- > Van: Tim Funk [mailto:funkman@joedog.org] > Verzonden: Wednesday, March 23, 2005 1:12 PM > Aan: Tomcat Users List > Onderwerp: Re: question about multiple instances and multiple domains > > > You have 2 ways (actually more, but I'm gonna suggest 2). Both involve > running apache on port 80. > > 1) Run apache on port 80 and use JK to route the requests to the > approrpriate > tomcat. This involves some more config tweaks for your existing tomcat > instance. > > 2) Run apache on port 80 and use mod_proxy to port back the the ip:port. > > -Tim > > > > > Bedrijven.nl wrote: > > >>Hi all, >> >>I have successfully set up multiple tc instances on one server on > > differtent > >>ports. so application 1 runs on 9100, application2 at 9110 and so on. >>It works fine when i type directly the portnumber after the ipaddress. > > What > >>I want now is when someone is entering a domainname it goes directly to > > the > >>appropiate application. e.g. www.application1.com goes to application 1 > > runs > >>on 9100 and so on. How can I achieve this?? The second thing is that we >>closed the ports 9100 etc in the firewall so is it possible to go to the >>application on a different port when a http request on port 80 is coming > > in? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org