Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 37513 invoked from network); 27 Apr 2009 23:42:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Apr 2009 23:42:32 -0000 Received: (qmail 75507 invoked by uid 500); 27 Apr 2009 23:42:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 75468 invoked by uid 500); 27 Apr 2009 23:42:27 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 75457 invoked by uid 99); 27 Apr 2009 23:42:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 23:42:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Apr 2009 23:42:18 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id CA96B226073 for ; Tue, 28 Apr 2009 01:39:44 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b+cmstVvdQdP for ; Tue, 28 Apr 2009 01:39:44 +0200 (CEST) Received: from [192.168.245.129] (p549EB427.dip0.t-ipconnect.de [84.158.180.39]) by tor.combios.es (Postfix) with ESMTPA id 6F7FD22606E for ; Tue, 28 Apr 2009 01:39:44 +0200 (CEST) Message-ID: <49F642B4.2090108@ice-sa.com> Date: Tue, 28 Apr 2009 01:41:40 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: aw@ice-sa.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Why we need two servers (httpd and tomcat) References: <5a5c29e70904270751h1d62bda5y6baad86066accba7@mail.gmail.com> <2d2a9282332a96e21a18290717b982fe.squirrel@www.allygray.2y.net> In-Reply-To: <2d2a9282332a96e21a18290717b982fe.squirrel@www.allygray.2y.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jeff Allison wrote: >> > Don't you need to run apache etc in front of tomcat because unless you run > tomcat as root it cannot listen on port 80??? > No. Since you're talking about root, I will assume Unix/Linux. For that, you can run Tomcat under jsvc, which will open port 80 for you, and allow Tomcat to run under a non-root user. Most recent versions of Linux install it that way for you. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org