From owner-freebsd-java@FreeBSD.ORG Wed Feb 25 11:19:51 2004 Return-Path: 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 653A116A4CE for ; Wed, 25 Feb 2004 11:19:51 -0800 (PST) Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1CC743D41 for ; Wed, 25 Feb 2004 11:19:50 -0800 (PST) (envelope-from desjardins@canada.com) Received: from gateway.lan.daren.ca ([65.49.123.132]) by fep03-mail.bloor.is.net.cable.rogers.comESMTP <20040225191950.IJYI189272.fep03-mail.bloor.is.net.cable.rogers.com@gateway.lan.daren.ca> for ; Wed, 25 Feb 2004 14:19:50 -0500 Received: from [216.130.212.41] (account daren@daren.ca HELO [216.130.212.41]) by gateway.lan.daren.ca (CommuniGate Pro SMTP 4.1.8) with ESMTP id 214250 for java@FreeBSD.org; Wed, 25 Feb 2004 14:19:49 -0500 From: Daren Desjardins To: java@FreeBSD.org In-Reply-To: <1077732991.1199.13.camel@lithium.stabilia.com> References: <1077653842.7043.3.camel@lithium.stabilia.com> <200402250936.58783.ernst.dehaan@nl.wanadoo.com> <1077721890.1199.3.camel@lithium.stabilia.com> <20040225162239.GA34599@misty.eyesbeyond.com> <1077726999.1199.8.camel@lithium.stabilia.com> <1077732991.1199.13.camel@lithium.stabilia.com> Content-Type: text/plain Message-Id: <1077736792.1199.27.camel@lithium.stabilia.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 25 Feb 2004 14:19:53 -0500 Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [65.49.123.132] using ID at Wed, 25 Feb 2004 14:19:49 -0500 Subject: Re: JProbe on 4.9 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 19:19:51 -0000 We finally got JProbe running properly using linux JDK 1.4.2 and a few changes to JProbe. Firstly, there is a 'service pack' available from Sitraka that is suppose to improve support for JDK 1.4.2. We applied it(unzip to JProbe dir). Then had to modify the script for each JProbe application (like bin/jpprofiler) adding the following to list of supported OS's: FreeBSD) platform_java_args="-Dxterm=/usr/X11R6/bin/xterm -Dxterm_secure=yes" xbin=/usr/X11R6/bin ;; It just tells JProbe where to find xterm etc. Then, when configuring JProbe for Tomcat integration, we had to have the Server Directory and Catalina Base to be the same directory which was a complete copy of Tomcat. We had tomcat setup in a shared environment which was causing JProbe some issues (although it never reported any errors, just died silently). Thanks for all the suggestions JDK Version: java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode)