Re: Static vars / connection pools / tomcat app design

2006-08-16 Thread Leon Rosenberg
whats wrong with separating resources for independent applications? Leon On 8/16/06, Jon Yeargers [EMAIL PROTECTED] wrote: Hi. I have a series of tomcat based apps that all use a single .jar to do some common admin tasks like sending mail and connecting to a DB. The .jar file uses the

Re: Static vars / connection pools / tomcat app design

2006-08-16 Thread David Smith
Jon Yeargers wrote: Hi. I have a series of tomcat based apps that all use a single .jar to do some common admin tasks like sending mail and connecting to a DB. The .jar file uses the Tomcat/JNDI connection pooling to save overhead (supposedly). In the other apps (that use the above .jar) I