From owner-freebsd-java Thu Mar 20 4:31: 3 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D8B237B404 for ; Thu, 20 Mar 2003 04:31:02 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002CB43F93 for ; Thu, 20 Mar 2003 04:30:59 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.12) id 18vzBp-000F3s-00; Thu, 20 Mar 2003 14:30:33 +0200 Date: Thu, 20 Mar 2003 14:30:33 +0200 From: Sheldon Hearn To: Doug Poland Cc: leafy@leafy.idv.tw, freebsd-java@FreeBSD.ORG Subject: Re: Specifying jdk for tomcat 4.1.18 Message-ID: <20030320123033.GA54999@starjuice.net> Mail-Followup-To: Doug Poland , leafy@leafy.idv.tw, freebsd-java@FreeBSD.ORG References: <18118.63.104.35.130.1048108215.squirrel@email.polands.org> <3E78DDFF.7000500@cyberlifelabs.com> <32007.63.104.35.130.1048109532.squirrel@email.polands.org> <3E78E6C2.2090209@cyberlifelabs.com> <1616.172.16.1.33.1048125648.squirrel@email.polands.org> <20030320020719.GA70161@leafy.idv.tw> <1671.172.16.1.33.1048126904.squirrel@email.polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1671.172.16.1.33.1048126904.squirrel@email.polands.org> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On (2003/03/19 20:21), Doug Poland wrote: > Perhaps a knoweldgeable and kind soul can enlighten us why jdk1.3.1 > is the only jdk for use in jboss3 and tomcat41. I'm using jboss3.0.6 with the native jdk1.4.1 from ports. The problem is simply a matter of design, where the location of the VM is hardcoded into jboss3ctl: $ strings /usr/local/bin/jboss3ctl | grep java /usr/local/jdk1.4.1/bin/java jboss3ctl: Unable to stat /usr/local/jdk1.4.1/bin/java: Until such time as the port for jboss3.0.6 is adjusted to allow sensitivity to the JAVA_HOME envar, you have to live with recompiling jboss for the VM you want. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message