Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 8991 invoked from network); 30 Aug 2002 13:07:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 30 Aug 2002 13:07:01 -0000 Received: (qmail 24633 invoked by uid 97); 30 Aug 2002 13:07:10 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 24617 invoked by uid 97); 30 Aug 2002 13:07:10 -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 24605 invoked by uid 98); 30 Aug 2002 13:07:09 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <83F0258A9996D311B14200A0C98F17360275560F@aas-internet.aas.com> From: "Turner, John" To: 'Tomcat Users List' Subject: RE: Best Connector for Apache 2x and Tomcat 4x Date: Fri, 30 Aug 2002 09:06:36 -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 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I hear you on the root user issue. I don't know of a way to bind tomcat to port 80 and have tomcat run as a non-root user. I run my tomcats under a non-root user account, but the bound ports are all 8000+ since I use the connector. My HOWTO should help you out...I will be updating it today (actually, I am working on it right now). I've gotten email from people who have used it not only for RH, but also FreeBSD and NetBSD, as well as SuSE and Mandrake, so it should get you started. The only difference between apache 1.3 and apache 2.0 as far as tomcat integration goes is needing a different mod_jk.so binary, but if you download the connector source package and run through the build process, you will get connectors for both 1.3 and 2.0, then you can pick which one you copy to apache's modules or libexec directory. SIDE NOTE: The build process in my HOWTO uses ANT. Based on suggestions from others, I'm changing that to use the standard ./configure and apxs, it's easier and less error-prone. The changes to the HOWTO will be live ASAP. John > -----Original Message----- > From: Ben Souther [mailto:bsouther@fwdco.com] > Sent: Friday, August 30, 2002 8:50 AM > To: Tomcat Users List > Subject: Re: Best Connector for Apache 2x and Tomcat 4x > > > Thank you, > > Best IS relative. That's why I explicitly stated my needs in > parenthesis. > :-) > I'm running on RH Linux 7.1 > > The reason I wanted to integrate the two is that I don't want > to run tomcat > as the root user but I do want to use port 80 instead of port > 8080. I know > that Apache gets started by the root user but then forks off all other > processes to the user "nobody". > > If you know of a way to configure Tomcat to bind to port 80 > without having > its processes run by the root user, this would eliminate the > need for me to > integrate. It isn't a site with a lot of traffic or static content. > -- To unsubscribe, e-mail: For additional commands, e-mail: