Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 25871 invoked from network); 2 Oct 2004 15:36:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Oct 2004 15:36:13 -0000 Received: (qmail 89851 invoked by uid 500); 2 Oct 2004 15:35:35 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 89833 invoked by uid 500); 2 Oct 2004 15:35:35 -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 89820 invoked by uid 99); 2 Oct 2004 15:35:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [64.49.222.30] (HELO server1.webtuitive.com) (64.49.222.30) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 02 Oct 2004 08:35:32 -0700 Received: from [192.168.1.30] (dsl092-004-182.sfo1.dsl.speakeasy.net [66.92.4.182]) (authenticated bits=0) by server1.webtuitive.com (8.12.11/8.12.10) with ESMTP id i92FZUCd025163 for ; Sat, 2 Oct 2004 10:35:30 -0500 Message-ID: <415ECAC1.2080509@webtuitive.com> Date: Sat, 02 Oct 2004 08:35:29 -0700 From: Hassan Schroeder Organization: Webtuitive Design User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 4 and Tomcat 5 on same machine? References: <00c901c4a890$af0146f0$0d02a8c0@athlon> In-Reply-To: <00c901c4a890$af0146f0$0d02a8c0@athlon> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Rhino wrote: > 1. If it is possible to have an instance of Tomcat 4.1.x on the same > Linux Mandrake server as an instance of Tomcat 5.x? > 2. How to set things up so that both instances run as services but > are independent from one another, i.e. each can be started/stopped > separately from the other and potentially use a different Java JDK. Sure, just 1) configure the two versions to use different ports and/or host names/IP addresses, and 2) make two versions of the startup script (/etc/rc.d/init.d/tomcat, on my RH system at least) with the appropriate CATALINA_HOME and JAVA_HOME values. HTH, -- Hassan Schroeder ----------------------------- hassan@webtuitive.com Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org