Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 35548 invoked from network); 30 Apr 2009 16:46:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 16:46:50 -0000 Received: (qmail 84044 invoked by uid 500); 30 Apr 2009 16:44:39 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 82609 invoked by uid 500); 30 Apr 2009 16:44:34 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 81228 invoked by uid 99); 30 Apr 2009 16:37:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 16:37:55 +0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=MIME_QP_LONG_LINE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rc46fi@googlemail.com designates 209.85.128.185 as permitted sender) Received: from [209.85.128.185] (HELO fk-out-0910.google.com) (209.85.128.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 16:37:44 +0000 Received: by fk-out-0910.google.com with SMTP id f40so847677fka.0 for ; Thu, 30 Apr 2009 09:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=uypqmU6nwNkpcn/LSlySqkGyINDYjYLiqTfLpBZ6rvQ=; b=SeHQEVusb/IRfHhqxiPKJXoflRksRW0XEl/GoqaElJBBdISeIx0G6v2xhv3/XmjLvS /FPZw351TfEuOYC/W4rDH8UKruj41QpgjjxIUeR6+92hiLYQVqCh9ZtRbfw0x3fBq1zZ GXtcX/f18zzc9ikJQsf6PqR3leZUTU193iw74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=xY3g9096NYaKLM6RauYf8t9LBLVy8XwQIF7sfhUAjA3z8eomhKxFh5So3f2SU35WKu HaqbKpR/q8B96i1hmZaFqhxAFBgsmTfp2ubcEL56Q3FjUhG1yjEhSgQp+BgsZDsuvVxb BF1xgOrEgbI9RPW/KA+y5j/cjlPqghEjdqM1w= Received: by 10.103.226.10 with SMTP id d10mr1092591mur.35.1241109444315; Thu, 30 Apr 2009 09:37:24 -0700 (PDT) Received: from ?10.204.179.133? (tmo-105-117.customers.d1-online.com [80.187.105.117]) by mx.google.com with ESMTPS id j9sm6042450mue.51.2009.04.30.09.37.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Apr 2009 09:37:23 -0700 (PDT) Message-Id: <5810A453-5797-4657-86F0-EEA92BB28AB3@googlemail.com> From: Gregor To: Tomcat Users List In-Reply-To: <49F9CE29.60802@ice-sa.com> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Mailer: iPhone Mail (5G77) Mime-Version: 1.0 (iPhone Mail 5G77) Subject: Re: Slightly OT: log4j - generic log4j.dtd Date: Thu, 30 Apr 2009 18:37:08 +0200 References: <49F9CE29.60802@ice-sa.com> X-Virus-Checked: Checked by ClamAV on apache.org andre, it gets xpanded just perfect, but seems the "file"- protocol is not =20 recognized. so u gotta work a bit more for the chocolate ;) cheers gregor Am 30.04.2009 um 18:13 schrieb Andr=C3=A9 Warnier : > Gregor Schneider wrote: > ... > > Andr=C3=A9 will not complain, but he has a suggestion : > > Considering the error message : > > java.net.MalformedURLException: no protocol: ${log4j.dtd} > > then either the "${log4j.dtd}" does not get expanded as you expect, =20= > or else it does but the result is not a valid URL. > So, try : > >> =3D=3D=3D=3D=3D=3D=3D=3D [ from catalina.sh ] =3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D >> CATALINA_OPTS=3D" -Xmx256m -server \ >> -Djava.awt.headless=3Dtrue \ >> -Dlog4j.dtd=3D"file:///${CATALINA_HOME}/common/classes/=20 >> log4j.dtd" \ >> -Dlog4j.configuration=3Dlog4j.xml" >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> =3D=3D=3D=3D=3D=3D=3D=3D [ from some log4j.xml ] =3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D >> >> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > > Now if that works, I get the chocolate. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org