Memory Usage/Common Lib

2004-03-10 Thread Lipov, Felix
I was wondering how the memory usage of Tomcat should compare in the following two cases: I have application a, b, c. Each application uses x.jar, y.jar and z.jar. Scenario 1: Each application is deployed with the three jars under their respective WEB-INF/lib directories. Scenario 2: Nothing

RE: Memory Usage/Common Lib

2004-03-10 Thread Shapira, Yoav
Hi, Scenario 1: Each application is deployed with the three jars under their respective WEB-INF/lib directories. Scenario 2: Nothing is placed in the respective WEB-INF/lib directories. Rather the three jars are placed in tomcat's common/lib directory. Would the memory usage of tomcat differ

RE: Memory Usage/Common Lib

2004-03-10 Thread Ralph Einfeldt
PROTECTED] Sent: Wednesday, March 10, 2004 2:55 PM To: Tomcat Users List Subject: Memory Usage/Common Lib I have application a, b, c. Each application uses x.jar, y.jar and z.jar. Scenario 1: Each application is deployed with the three jars under their respective WEB-INF/lib