From owner-freebsd-java Thu Nov 22 3: 8:40 2001 Delivered-To: freebsd-java@freebsd.org Received: from zaphod.euronet.nl (zaphod.euronet.nl [194.134.128.241]) by hub.freebsd.org (Postfix) with ESMTP id C78A837B419 for ; Thu, 22 Nov 2001 03:08:31 -0800 (PST) Received: (from ernst@localhost) by zaphod.euronet.nl (8.11.6/8.11.6) id fAMB8Ne07123; Thu, 22 Nov 2001 12:08:23 +0100 (CET) (envelope-from ernst) Message-Id: <200111221108.fAMB8Ne07123@zaphod.euronet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Ernst de Haan To: Rasputin Subject: Re: tomcat port (PATCH) Date: Thu, 22 Nov 2001 12:08:23 +0100 X-Mailer: KMail [version 1.3] Cc: java@freebsd.org References: <20011119161722.A56021@shikima.mine.nu> <200111201351.fAKDpBZ24104@zaphod.euronet.nl> <20011121110415.A12931@shikima.mine.nu> In-Reply-To: <20011121110415.A12931@shikima.mine.nu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hey Rasputin, > 1] makes a dependency on 'javac' rather than an explicit path - > so long as there is a java compiler in your path, it should work. Uhm, will javac be in the path? I don't think you get javac in the path if you install a JDK. The JDK's just install into a subdir of ${PREFIX}. The scripts and binaries are then in the bin/ subdir, they are *not* copied to /usr/local/bin nor is a symlink placed there, AFAIK. > 2] makes files/patch-aa correctly set java_home in workers.properties > (dependant on JAVA_HOME; I have a symlink, /usr/java, that I repoint to > /usr/local/jdk1,1,8, /usr/local/linux-jdk1.3.1 or whatever other JDK I'm > using that day) Well, this is specific to your situation. It's not official that /usr/java points to a JDK. And I would not want to introduce that either... *If* some directory like that would be introduced, then it would at *least* be below ${PREFIX} (normally /usr/local/) > 3] Makes tomcat.sh rc script correctly read JAVA_HOME > (overridable by 'make JAVA_HOME=/usr/local/jdk1.1.8' or whatever) 'read'? Where from? Do you replace it? I haven't looked at the diff yet, don't really have time yet.... Hope this helps :-) Ernst -- Ernst de Haan EuroNet Internet B.V. "Come to me all who are weary and burdened and I will give you rest" -- Jesus Christ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message