Date: Wed, 25 Feb 2004 14:19:53 -0500 From: Daren Desjardins <desjardins@canada.com> To: java@FreeBSD.org Subject: Re: JProbe on 4.9 Message-ID: <1077736792.1199.27.camel@lithium.stabilia.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1077736792.1199.27.camel>