Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 92960 invoked from network); 20 Dec 2006 17:19:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 17:19:27 -0000 Received: (qmail 62907 invoked by uid 500); 20 Dec 2006 17:19:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 62887 invoked by uid 500); 20 Dec 2006 17:19:20 -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 62876 invoked by uid 99); 20 Dec 2006 17:19:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 09:19:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [135.245.0.33] (HELO ihemail1.lucent.com) (135.245.0.33) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 09:19:08 -0800 Received: from ilexp01.ndc.lucent.com (h135-3-39-1.lucent.com [135.3.39.1]) by ihemail1.lucent.com (8.13.8/IER-o) with ESMTP id kBKHIkZd012342 for ; Wed, 20 Dec 2006 11:18:46 -0600 (CST) Received: from DEEXP01.de.lucent.com ([135.248.187.65]) by ilexp01.ndc.lucent.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 20 Dec 2006 11:18:46 -0600 Received: from DEEXC1U03.de.lucent.com ([135.248.187.30]) by DEEXP01.de.lucent.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 20 Dec 2006 18:18:44 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Several instancias of Tomcat on a same machine Date: Wed, 20 Dec 2006 18:18:42 +0100 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Several instancias of Tomcat on a same machine thread-index: AcckTrRpZh/QkAwuS6Ow+S/VXmM0wwABQ5vQAACUI8AAAArLEAAArARw From: "Bachler, Elisabeth \(Elisabeth\)" To: "Tomcat Users List" X-OriginalArrivalTime: 20 Dec 2006 17:18:44.0389 (UTC) FILETIME=[E6F60D50:01C7245A] X-Scanned-By: MIMEDefang 2.57 on 135.245.2.33 X-Virus-Checked: Checked by ClamAV on apache.org Thanks for your quick answer.=20 I want to run the 5 instances of tomcat on Solaris.=20 Let's have a look at the server.xml and let's make sure I have = understood correctly what needs to be done: .... ..... - The shutdown port (in this case ... 8004) has to be unique...=20 =3D=3D=3D> I can start with 8001 - 8002 ... Till 8005 - The http connector port (in this case .... 8081) has to be unique... = =3D=3D> I can start with 8080 - 8081 - ... Till 8084 =3D=3D=3D> What about the redirectPort??? Should it change? = <=3D=3D=3D=3D=3D - The ajp connector (in this case .... 8009) has to be unique .. =3D=3D> I can start with 8009 -8010 till 8013=20 =3D=3D> Do I need to modify other procedures? <=3D=3D Thanks Elisabeth -----Original Message----- From: Peter Crowther [mailto:Peter.Crowther@melandra.com]=20 Sent: mi=E9rcoles, 20 de diciembre de 2006 17:49 To: Tomcat Users List Subject: RE: Several instancias of Tomcat on a same machine > From: Bachler, Elisabeth (Elisabeth) > [mailto:ebachler@alcatel-lucent.com] > I would like to download tomcat (5 times). You'll only need to download it once. Are you wanting to run this on Windows or Linux, and do you want to = start the instances as daemons/services or from the command line? > I need 5 instances of tomcat > on the same machine (tomcat1, tomcat2, etc). > What do I have to configure in order to work.... I seem to remember I=20 > need to modify the port but I cannot remember where! The simple way: - Get one Tomcat installed and working. - Copy the installation. Just once for now. - Edit conf/server.xml. Change the shutdown port (that's the one most = people forget) and the port in any Connectors that aren't commented out. - Start this second installation using its startup.{bat,sh} and check it = works. - Now repeat the process for the other 3 now that you're sure what you = want to change! - 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 --------------------------------------------------------------------- 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