Howdy,
Each app should have its own copy of the common jar.  Don't place one
copy of the commons jar in a common classloader repository, e.g.
tomcat's $CATALINA_HOME/common/lib.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Bill Comer [mailto:[EMAIL PROTECTED]
>Sent: Thursday, August 14, 2003 8:34 AM
>To: [EMAIL PROTECTED]
>Subject: 2 apps, 2 sets of files, common util classes
>
>Hi all,
>
>We have two applications that should be writing to different log files
>in different directories.
>
>These applications use a set of common utility classes where the logger
>is set up with a statement such as:
>   private static Logger logger = Logger.getLogger(Player.class);
>
>The problem we have is that log messages from application 'a' using
this
>class gets its messages written to both log files for app 'a' and app
>'b'.
>
>The two apps are run from separate jar files but we do not want to hard
>code the differences in the common util classes.
>
>Any clues on how we can avoid this ?
>
>
>
>Regards,
>
>Bill Comer
>
>
>Regards,
>
>Bill Comer
>
>
>---
>Outgoing mail is certified Virus Free.
>Checked by AVG anti-virus system (http://www.grisoft.com).
>Version: 6.0.507 / Virus Database: 304 - Release Date: 04/08/2003
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to