From owner-freebsd-ports@FreeBSD.ORG Fri Jun 27 11:37:50 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D720437B401 for ; Fri, 27 Jun 2003 11:37:50 -0700 (PDT) Received: from LMXFISLREXT.FNFIS.COM (lmxfislrext.fnfis.com [162.39.178.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1345E43F75 for ; Fri, 27 Jun 2003 11:37:50 -0700 (PDT) (envelope-from Ray.Rogers@fnf.com) Received: from CMBFISLR01.FNFIS.COM ([10.132.201.13]) by LMXFISLREXT.FNFIS.COM (8.12.8/8.12.8) with ESMTP id h5RIuHeF004277 for ; Fri, 27 Jun 2003 13:56:18 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Date: Fri, 27 Jun 2003 13:42:11 -0500 Message-ID: <7DE7EB758982974592B92E7546DE0BFCCA341D@CMBFISLR01.FNFIS.COM> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: FreeBSD Port: jboss-3.0.0_2 Thread-Index: AcM829C3hmbjpMwvTl6K21KQeT6Hhw== From: "Rogers, Ray" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: ports@FreeBSD.org Subject: FreeBSD Port: jboss-3.0.0_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 18:37:51 -0000 Hi, I have a couple of questions/observations that I would like to = convey/ask. I have just completed the upgrade from version 3.0.0 to 3.0.0_2. =20 Upon my original installation, 3.0.0, JSP compilation did not work = because $JAVA_HOME/lib/tools.jar is not in the classpath environment. = It works if you use the $JBOSS_HOME/bin/run.sh script as root. I = modified the daemonctl_.c file to force the command to conform to the = command executed by the run.sh script. This included removing the = "-jar" option and adding the tools.jar to the classpath and adding the = program_name property. =20 Anyway, I did my original install on FreeBSD 4.7. I recently upgraded = the OS to 4.8 and used portupgrade to bring the applications up to date. = I ran into the same problem and had to reapply the fix, albeit more = difficult because portupgrade cleaned up after the install.. Please = check and correct as necessary. Remember: JBoss runs fine it just = cannot compile JSPs due to the absent tools.jar file. Now, in the process I noticed that my Jetty files are going into /var = using the modified jboss3ctl. Prior to the upgrade they were going into = /var/tmp. can you shed any light on why this is happening and or how to = change it back to /var/tmp. I have laid out the file system = anticipating that it will use /var/tmp. Yes, I know how to get around = the space problem, but I am trying to do the "right" thing. If there is a better way to communicate with you let me know. I am on = about 5 of the core mailing lists, but I did not see pertinent lists for = this feedback and since the tomcat daemonctl code is used to wrap = execution, I do not believe that JBOSS.org would be interested. Thanks, Ray