From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1FzVmj-0005Wz-Fk for garchives@archives.gentoo.org; Sun, 09 Jul 2006 09:41:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k699dnD6012587; Sun, 9 Jul 2006 09:39:49 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k699dmAg001906 for ; Sun, 9 Jul 2006 09:39:48 GMT Received: by ug-out-1314.google.com with SMTP id j40so1142264ugd for ; Sun, 09 Jul 2006 02:39:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UmyMQDkYheLPHIJX9E7eIXfsOW6AEORzLmqsv6o8KbESJw/PPmt3SrcZ0/n9KSVV1RJDh7NIT+mifMPqh5XoxRTOtnibQMs8UJBYokl9dD7IiVvr9VoXcyJHREzESuK9arq1yM/271cKZzLHR4J5Xs1I1zG8yob9UrrGsLgt7tE= Received: by 10.66.243.2 with SMTP id q2mr3835988ugh; Sun, 09 Jul 2006 02:39:48 -0700 (PDT) Received: by 10.67.21.20 with HTTP; Sun, 9 Jul 2006 02:39:48 -0700 (PDT) Message-ID: Date: Sun, 9 Jul 2006 10:39:48 +0100 From: "robert burrell donkin" To: gentoo-java Subject: Re: Re: [gentoo-java] log4j -> juli In-Reply-To: <1152244989.9320.4.camel@wlt.obsidian-studios.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <811DFB6F-8708-45E9-A2B3-42450C4D8E21@gmail.com> <44AD3DBE.7060308@gentoo.org> <7E9FCD8C-DEFD-439C-B1D2-CCDB9FEAA330@gmail.com> <44AD42B2.6040307@gentoo.org> <639C20E2-173D-4AB2-81A5-EFF7CB84DDB3@gmail.com> <1152209520.4203.10.camel@wlt.obsidian-studios.com> <1152218828.4203.38.camel@wlt.obsidian-studios.com> <1152244989.9320.4.camel@wlt.obsidian-studios.com> X-Archives-Salt: 398f6cd2-91ff-4a6f-9d1d-07b53fe3abc6 X-Archives-Hash: c1f27de98ed4d6b3aafe5e7dd9007bb5 On 7/7/06, William L. Thomson Jr. wrote: > Through further user problems and subsequent investigations a problem in > the Tomcat 5.5.x init script specific to Gentoo was found. > > The following line in the tomcat-5.5 init script needs to be change, and > has been in svn and should be soon in cvs, in ~arch sometime tomorrow or > so, once it cascades. > > In the mean time, or if you don't feel like re-emering for a minor > change. Edit /etc/init.d/tomcat-5.5 > > Change > > CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:$(java-config -p commons-logging)" > > to > > CLASSPATH="${CLASSPATH}:${CATALINA_HOME}/bin/bootstrap.jar:${CATALINA_HOME}/bin/commons-logging-api.jar" am i right in guessing that $(java-config -p commons-logging} would be intended to allow JCL alternatives to be specified (perhaps though USE) ...? if this is the case then care needs to be taken and changes may be required elsewhere. the api is safely substitutable by an alternative API implementation (for example, the JCL->slf4j bridge) but not by the full commons-logging jar. - robert -- gentoo-java@gentoo.org mailing list