From owner-freebsd-java Wed Mar 19 20:27:29 2003 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 2B7F337B401 for ; Wed, 19 Mar 2003 20:27:27 -0800 (PST) Received: from galilee.polands.org (new-24-208-57-240.new.rr.com [24.208.57.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id F221943F93 for ; Wed, 19 Mar 2003 20:27:25 -0800 (PST) (envelope-from djp@polands.org) Received: from babylon.polands.org (babylon.polands.org [172.16.1.16]) by galilee.polands.org (8.12.6/8.12.6) with ESMTP id h2K4RODh039412; Wed, 19 Mar 2003 22:27:24 -0600 (CST) (envelope-from djp@galilee.polands.org) Received: from babylon.polands.org (localhost.polands.org [127.0.0.1]) by babylon.polands.org (8.12.6/8.12.6) with ESMTP id h2K4ROge002449; Wed, 19 Mar 2003 22:27:24 -0600 (CST) (envelope-from djp@babylon.polands.org) Received: (from djp@localhost) by babylon.polands.org (8.12.6/8.12.6/Submit) id h2K4RNiS002448; Wed, 19 Mar 2003 22:27:23 -0600 (CST) Date: Wed, 19 Mar 2003 22:27:23 -0600 From: Doug Poland To: Brent Verner Cc: leafy@leafy.idv.tw, freebsd-java@FreeBSD.ORG Subject: Re: Specifying jdk for tomcat 4.1.18 Message-ID: <20030320042722.GA2419@babylon.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> <20030320041206.GA46244@rcfile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030320041206.GA46244@rcfile.org> User-Agent: Mutt/1.3.27i 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 On Wed, Mar 19, 2003 at 11:12:07PM -0500, Brent Verner 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 have a patch to the daemonctl.c source that causes it to use > JAVA_HOME, but this approach is not ideal, as there are other > difficulties aside from which java binary to use. > > I'm taking over the jboss3 port (provided I find time to wrap > up the loose ends), and I've been thinking that a better solution > would be to have the daemonctl.c program call an appropriate > shell script instead of calling the java binary directly -- the > daemonctl.c program exists solely as a setuid/setgid wrapper > to startup the service in question. > > I have begun to implement a daemonctl.c that uses a( set of xml) > config file(s) to control its actions. > > sh$ ls -al /usr/local/bin/tomcat41ctl > lrwxr-xr-x 1 root wheel 5 May 12 2002 tomcat41ctl -> jxdaemonctl > sh$ ls -1 /usr/local/etc/daemonctl.d/ > tomcat41ctl.xml > jboss3ctl.xml > jboss-tomcat.xml > > when called thru the tomcat41ctl symlink, the program will find the > tomcat41ctl.xml config file which looks like this. > > > www > www > > > JAVA_HOME > /usr/local/jdk1.4.1 > > > CATALINA_TMPDIR > /var/tmp/tomcat41 > > > / > > > /usr/local/jakarta-tomcat4.1/logs/stdout.log > /usr/local/jakarta-tomcat4.1/logs/stderr.log > > > > > /usr/local/jakarta-tomcat4.1/bin/catalina.sh > run > -security > > > /usr/local/jakarta-tomcat4.1/bin/catalina.sh > stop > > > /usr/local/jakarta-tomcat4.1/bin/catalina.sh > > > > > > > > > > The bits mentioned above are not complete, but I've been using a > (much more simplistic) version for a couple of weeks. If this > approach is sane, I'll try and finish this up over the weekend. > Right now the program is using libxml2, but I'd like to implement > it on top of expat, since that is already required for any of > the java progs. > Sound like you have a thorough grasp of the situation. I'll be willing to help test your stuff if you decide to go ahead with the ports. Thanks for the info. -- Regards, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message