Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2003 14:30:33 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        Doug Poland <doug@polands.org>
Cc:        leafy@leafy.idv.tw, freebsd-java@FreeBSD.ORG
Subject:   Re: Specifying jdk for tomcat 4.1.18
Message-ID:  <20030320123033.GA54999@starjuice.net>
In-Reply-To: <1671.172.16.1.33.1048126904.squirrel@email.polands.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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030320123033.GA54999>