Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 38997 invoked from network); 14 Jun 2005 11:07:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2005 11:07:56 -0000 Received: (qmail 53691 invoked by uid 500); 14 Jun 2005 11:07:41 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 53675 invoked by uid 500); 14 Jun 2005 11:07:40 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 53661 invoked by uid 99); 14 Jun 2005 11:07:40 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web41213.mail.yahoo.com (HELO web41213.mail.yahoo.com) (66.218.93.46) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 14 Jun 2005 04:07:37 -0700 Received: (qmail 6180 invoked by uid 60001); 14 Jun 2005 11:07:14 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=6w5mfjLNntlZioYzo7L7f3C5s0ivktTFGR1zlG/qEWessNcpuO+/3HYwdgy+DSFw8XdVQSim/6LtZBSzUY2lwoclo/8i37UhYe8tec2jCfs9HyfWKksI9naxaT25SRs4uCUkTmQlTJ0NkbA/VWzkV33vai8TBpVkyS80ct8ew6k= ; Message-ID: <20050614110714.6178.qmail@web41213.mail.yahoo.com> Received: from [193.172.132.106] by web41213.mail.yahoo.com via HTTP; Tue, 14 Jun 2005 12:07:14 BST Date: Tue, 14 Jun 2005 12:07:14 +0100 (BST) From: Charl Gerber Subject: Re: [Q] when to share jars To: Tomcat Users List In-Reply-To: <42AEB95B.5050706@joedog.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N If you share log4j, wouldn't it mean that if two web-apps both use eg "com.foo.Bar", they cannot be configured to log to different logfiles and that the com.foo.Bar logger (with appenders) is shared between webapps? --- Tim Funk wrote: > Never. I share jars. I wish I hadn't. > > When you upgrade JSTL, struts, etc - all get the > upgrade for free - but that > means ultra stable apps which haven't been touched > in years may "magically > break". > > [Exception - log4j ... I like have a common/lib > log4j] > > -Tim > > Charl Gerber wrote: > > > When do you share jars (struts, log4j, jstl, etc) > for > > webapps in the common/lib directory and when does > each > > app need its own "copy" of the jars? > > > > Log4j we've found by trail and error is better to > have > > a jar per webapp, as the loggers seems to > overwrite > > each other, but which commonly used jars (struts, > > jstl) can be shared? > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org