Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 30724 invoked from network); 10 Jul 2006 15:09:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 15:09:11 -0000 Received: (qmail 89647 invoked by uid 500); 10 Jul 2006 15:08:49 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 89615 invoked by uid 500); 10 Jul 2006 15:08:49 -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 89570 invoked by uid 99); 10 Jul 2006 15:08:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 08:08:49 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [82.70.116.177] (HELO mail.melandra.com) (82.70.116.177) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 08:08:40 -0700 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Running multiple instances of 5.5x as Win services X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Mon, 10 Jul 2006 16:08:09 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Running multiple instances of 5.5x as Win services thread-index: AcakMdNXtBaP6ViFRQ63AMoKD2jClQAACk2w From: "Peter Crowther" To: "Tomcat Users List" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > From: Marc Richards [mailto:mjrx20@yahoo.com]=20 > Also, can someone explain the difference between > CATALINA_HOME and CATALINA_BASE environment variables? Best done with an example - here's a snippet of my startup script for one of my Tomcat instances. -- snip -- set JAVA_HOME=3DC:\java\jdk1.5.0_04 set CATALINA_HOME=3DC:\java\Tomcat50 set CATALINA_BASE=3Dc:\cattery\bodington2 cd %CATALINA_HOME%\bin start catalina run -- snip -- CATALINA_HOME is where the Tomcat distribution is placed. CATALINA_BASE is where your instance files are stored - conf, logs, temp, webapps and work directories should be under here. - Peter --------------------------------------------------------------------- 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