RE: 2 apps, 2 sets of files, common util classes

2003-08-14 Thread Shapira, Yoav
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:

RE: 2 apps, 2 sets of files, common util classes

2003-08-14 Thread Shapira, Yoav
: Thursday, August 14, 2003 8:51 AM To: [EMAIL PROTECTED] Subject: RE: 2 apps, 2 sets of files, common util classes To answer Yoav, Although the util classes are common they are built into the jar file for each app, so to answer your question. No they are not from a common jar file. However

Re: 2 apps, 2 sets of files, common util classes

2003-08-14 Thread Ceki Gülcü
Do these two applications run in a servlet container (e.g. Tomcat) or an EJB container (e.g JBoss)? At 01:34 PM 8/14/2003 +0100, you wrote: 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