Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 11154 invoked from network); 3 Feb 2004 19:44:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Feb 2004 19:44:58 -0000 Received: (qmail 14352 invoked by uid 500); 3 Feb 2004 19:44:09 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 14328 invoked by uid 500); 3 Feb 2004 19:44:09 -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 14306 invoked from network); 3 Feb 2004 19:44:08 -0000 Received: from unknown (HELO wil1rly3.tmcs.net) (209.104.62.3) by daedalus.apache.org with SMTP; 3 Feb 2004 19:44:08 -0000 Received: from pasmail.office.tmcs (pasmail.office.tmcs [172.26.10.131]) by wil1rly3.tmcs.net (8.12.6/8.12.6/200312091159) with ESMTP id i13JiXQ5014815 for ; Tue, 3 Feb 2004 11:44:33 -0800 (PST) Received: from citysearch.com (office-170-7-26-172-vpn.office.tmcs [172.26.7.170]) by pasmail.office.tmcs with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id D6P8TVVC; Tue, 3 Feb 2004 11:44:13 -0800 Message-ID: <401FFA17.1050405@citysearch.com> Date: Tue, 03 Feb 2004 11:44:23 -0800 From: Josh Rehman Organization: Citysearch User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Apache2, Mod_jk2 and Tomcat 4 on Linux - Help References: <20040203191910.38705.qmail@web20722.mail.yahoo.com> In-Reply-To: <20040203191910.38705.qmail@web20722.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N There are lots of resources on the net. Do a search. I don't have any links handy or I'd post 'em. One word of advice: avoid installing a unique tomcat user. Just install it as your user name and not as root. As you develop and start/stop tomcat, log files and other things are generated with your UID. This essentially prevents you from using that special tomcat user anyway, so may as well avoid it. chown -R user:user $CATALINA_HOME chmod -R g+rwx user:user $CATALINA_HOME is your friend. :) (In production, having a tomcat user is a Good Idea - but not for development IMHO) I don't know about the connector stuff. However, I do know that it is hard to integrate tomcat with the whole runlevel service thing while having it integrated with Apache. But then, I haven't spent serious time on that. I run tomcat stand-alone mostly. I would consider running with apache and a connector to be an "advanced topic" and I am certainly not advanced. Yet. Apahce Tomact wrote: >Hi, > >I want to configure Apache2, Mod_jk2 and Tomcat 4 on Linux. If any body >has any procedure, Please send me. > >I have done this in Windows environment successfully and Struggling to >configure on Linux. > >Your help is greatly appreciated. > >Regards, >Rama. > > >--------------------------------- >Do you Yahoo!? >Yahoo! SiteBuilder - Free web site building tool. Try it! > > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org