Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 71460 invoked from network); 5 Feb 2003 07:37:36 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 5 Feb 2003 07:37:36 -0000 Received: (qmail 29606 invoked by uid 97); 5 Feb 2003 07:39:05 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 29599 invoked from network); 5 Feb 2003 07:39:04 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 5 Feb 2003 07:39:04 -0000 Received: (qmail 69962 invoked by uid 500); 5 Feb 2003 07:37:22 -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 69951 invoked from network); 5 Feb 2003 07:37:22 -0000 Received: from cust18747.lava.net (HELO mobile.mp) (64.65.105.59) by daedalus.apache.org with SMTP; 5 Feb 2003 07:37:22 -0000 Received: from cust18741.lava.net (cust18741.lava.net [64.65.105.53]) by mobile.mp (Postfix) with ESMTP id 6BA7A38C0A for ; Tue, 4 Feb 2003 21:19:39 -1000 (HST) Subject: Re: LE vs. Full From: Joe Tomcat To: Tomcat Users List In-Reply-To: <00b101c2cce7$37907180$6a6fb6d1@tbird.com> References: <1044271568.2046.5.camel@linux.local> <00b101c2cce7$37907180$6a6fb6d1@tbird.com> Content-Type: text/plain Organization: Message-Id: <1044274363.2037.10.camel@linux.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 03 Feb 2003 04:12:44 -0800 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Rick. > Type java -version from the command line where you are running the RPM to be > sure you are getting 1.4.1. RH 8.0 ships with a JDK 1.3.1. That command returns: # java -version java version "1.4.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21) Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode) so root is definitely using java 1.4.1 as its java. In fact java 1.3.1 is not installed on that machine. > JAVA_HOME doesn't have any effect on the shell, only on Tomcat. You have to > set your path so that the shell finds 1.4.1 before 1.3.1, so it can find all > the 1.4.1 stuff it is looking for for the dependency checks. How is it doing the dependency checks? Somehow it is not detecting the 1.4.1. Is there anything I can do to make it do that? > Since a Tomcat install doesn't install any libraries or do anything except > upack the files you might be able to roll your own simple RPM to install it. > Or just write a script that unpacks Tomcat with the assumption that 1.4.1 is > already installed. I would much prefer to use the ready-made RPMs. That way when a new one comes out I can quickly just install it. I'm sure there's just some very minor tweak that I need to do to get it to detect the right version of java. Is there a way to force the rpm to install without checking? I know that 1.4.1 is there and has all the stuff it needs. Thanks for any suggestions. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org