Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 32448 invoked from network); 9 Sep 2008 07:14:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 07:14:42 -0000 Received: (qmail 43199 invoked by uid 500); 9 Sep 2008 07:14:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42718 invoked by uid 500); 9 Sep 2008 07:14:26 -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 42707 invoked by uid 99); 9 Sep 2008 07:14:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 00:14:26 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.194.9.65] (HELO mail.melandra.com) (87.194.9.65) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:13:27 +0000 Received: from puma.melandra.net ([10.0.0.251]) by puma.melandra.net ([10.0.0.251]) with mapi; Tue, 9 Sep 2008 08:13:54 +0100 From: Peter Crowther To: 'Tomcat Users List' Date: Tue, 9 Sep 2008 08:13:54 +0100 Subject: RE: [NEWBIE] Separate tomcat engines on the same physical server Thread-Topic: [NEWBIE] Separate tomcat engines on the same physical server Thread-Index: AckR4+QZWzeOPvDyQ/OkvCZaV1tYfQAZph/w Message-ID: <6715CF65287F8F408DA109EC03AC6C0D07C9C65EAE@puma.melandra.net> References: <48c57433.08b6660a.4606.ffffd0f2@mx.google.com> In-Reply-To: <48c57433.08b6660a.4606.ffffd0f2@mx.google.com> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US, en-GB Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: Jon Camilleri [mailto:camilleri.jon@gmail.com] > Hence, is it feasible to have: > > - Server 1 installed with Tomcat instance #1 and > Tomcat instance #2 over JVM #1 > > - Server 2 installed with Tomcat instance #1 and > Tomcat instance #2 over JVM #2 If by JVM you mean "the files installed to support Java on the computer", y= es. One Java installation can support many concurrent processes running Ja= va. If by JVM you mean "one process running Java", no. Each Tomcat must run in= its own process. > What are your views on this? I've successfully run up to three Tomcats on the same machine, as three pro= cesses, all with the same JAVA_HOME. It's a good way of providing isolatio= n between applications, or even Tomcat versions (I was running two 5.0.x, o= ne 5.5.x). > Any relevant documentation on configuring them this way? See the file RUNNING.txt in the Tomcat zip you download. There's a section= at the end on running multiple Tomcats on the same box. Setup can get a l= ittle interesting if you're running on Windows and want both processes to s= tart as services, but even that's entirely possible to configure. - 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