From owner-freebsd-java@FreeBSD.ORG Mon Feb 9 13:19:11 2009 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FD17106564A for ; Mon, 9 Feb 2009 13:19:11 +0000 (UTC) (envelope-from tommyhp2@yahoo.com) Received: from web38205.mail.mud.yahoo.com (web38205.mail.mud.yahoo.com [209.191.124.148]) by mx1.freebsd.org (Postfix) with SMTP id F35CC8FC17 for ; Mon, 9 Feb 2009 13:19:10 +0000 (UTC) (envelope-from tommyhp2@yahoo.com) Received: (qmail 91299 invoked by uid 60001); 9 Feb 2009 12:52:27 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:References:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=O+9GRE9waOPi6Mb32tuTMmIl/464vUWYHLKen/rF8uR1Vli7QlfBKnr2oTLv2PP7St8x0e4Yxtp5AYtgCq5HPcVd2AotRTy3DNvXKEJpQiJhNuYMKocifCwm0qlIlqGdqPRFYAzIZL76G59x3MMexeUBVzWJ6H6DIauoJThrL1E=; Received: from [71.104.112.61] by web38205.mail.mud.yahoo.com via HTTP; Mon, 09 Feb 2009 04:52:27 PST X-Mailer: YahooMailRC/1156.82 YahooMailWebService/0.7.260.1 References: <498B4E6C.40305@telenix.org> Date: Mon, 9 Feb 2009 04:52:27 -0800 (PST) From: Tommy Pham To: Chuck Robey , freebsd-java@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <879358.90788.qm@web38205.mail.mud.yahoo.com> Cc: Subject: Re: still trying to get tomcat working X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 13:19:11 -0000 Hi Chuck,=0A=0A=0A----- Original Message ----=0AFrom: Chuck Robey =0ATo: freebsd-java@FreeBSD.org=0ASent: Thursday, February 5, 20= 09 12:39:08 PM=0ASubject: still trying to get tomcat working=0A=0A-----BEGI= N PGP SIGNED MESSAGE-----=0AHash: SHA1=0A=0AI finally found a writeup on to= mcat6 configuration which was new enough not to=0Arely on Linux executeable= s.=A0 Anyhow, early in that writeup, it's talking about=0Ausing the jsvc ja= va package.=A0 I used a little script I wrote myself some years=0Aago to sc= an all of the ports plists for any mention of "jsvc".=A0 I found the=0Atarb= all that's dropped into the tomcat6 bin/ subdir, but not a port to build it= ,=0Adid I miss an important port?=A0 I tried to unpack it and build it, but= when the=0Ajsvc's configure script realizes it's in FreeBSD-8.0 (I run cur= rent), it burped=0Amessily and died, guess it can't handle superior OS qual= ity.=0A=0AIf anyone has a patch to get jsvc building, or maybe a comment te= lling me I=0Adon't need it for some reason, I'd appreciate either.=A0 I fou= nd what's described=0Aas a very vanilla "conf/server.xml" (one of tomcat6's= config files) but it seems=0Ato want some minor modifications, and the fie= lds aren't described, only given on=0Aexample.... damn, I Hate things which= only give one example, but no description,=0Aif your setup isn't precisely= what the author's is, I can't figure out where to=0Ago with things.=A0 All= that instructions I've seen so far, they all fall in that=0Acategory.=0A= =0AIf anyone happens to have a pet description of server.xml (not an exampl= e, a=0Adescription of things which need localization) I'd sure appreciate t= hat.=A0 Java=0Apackage names look so much like machine names, I can't tell = where I need to=0Alocalize things or not, not without a description of what= the fields are.=0A-----BEGIN PGP SIGNATURE-----=0AVersion: GnuPG v2.0.9 (F= reeBSD)=0AComment: Using GnuPG with Mozilla - http://enigmail.mozdev.org=0A= =0AiEYEARECAAYFAkmLTmwACgkQz62J6PPcoOm3UQCdEfUmIUvkzvdmqBZML0vOYUwr=0ANbcAn= iRka/L6LIZXVuPyZdd07LNyrLNQ=0A=3DsZz3=0A-----END PGP SIGNATURE-----=0A_____= __________________________________________=0Afreebsd-java@freebsd.org maili= ng list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-java=0ATo unsub= scribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"=0A=0A=0AIf = I'm not mistaken, I think this is OT.=A0 You'll have a better answer if you= ask the tomcat ML=0Asince you're asking for is tomcat related=A0"conf/serv= er.xml" =A0:)=0A=0ARegards,=0ATommy