Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 47505 invoked from network); 3 Aug 2006 15:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Aug 2006 15:05:06 -0000 Received: (qmail 28132 invoked by uid 500); 3 Aug 2006 15:04:53 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 28111 invoked by uid 500); 3 Aug 2006 15:04:53 -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 28092 invoked by uid 99); 3 Aug 2006 15:04:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 08:04:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [80.82.139.48] (HELO smtp.thomasmurray.com) (80.82.139.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Aug 2006 08:04:52 -0700 Received: from [217.205.134.114] (helo=[10.0.1.221]) by marvin.thomasmurray.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.54) id 1G8ekR-00030M-BO for users@tomcat.apache.org; Thu, 03 Aug 2006 16:04:31 +0100 Message-ID: <44D2107E.9060402@laculine.com> Date: Thu, 03 Aug 2006 16:04:30 +0100 From: Chris Lear User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060522 Thunderbird/1.5.0.2 Mnenhy/0.7.4.0 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: multiple instances of tomcat References: <20060803145041.53977.qmail@web37303.mail.mud.yahoo.com> In-Reply-To: <20060803145041.53977.qmail@web37303.mail.mud.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N * Pratap Parne wrote (03/08/06 15:50): > how to setup and deploy applications on multiple > instances of tomcat on a single box.can anyone give me > the steps to do that You need to use different CATALINA_BASE variables for the different instances. It's badly documented (in my opinion), but you can try here: http://www.google.co.uk/search?q=+site%3Atomcat.apache.org+tomcat+catalina_base And read the comments in catalina.sh (or catalina.bat) Basically, you need to set CATALINA_BASE to a directory that contains directories called conf, logs, temp, and webapps. A work directory will be created there as well. You can have several of these. The bin, common, server, and shared directories should all be in the directory that CATALINA_HOME points to. You need only one of these. Then make sure your different tomcats don't try to bind to the same ports, and you're away. Chris --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org