RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Katilie, John
Florian, Thanks for the feedback. I'll give it a try! jfk -Original Message- From: Kirchhoff, Florian [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:52 PM To: Tomcat Users List Subject: RE: JDBC driver JARs in a shared production environment jfk, thank you for the fee

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
Chuck, thank you for your prompt feedback. I have a couple of follow-up questions below: >> 3) Deploy the JDBC jars and commons-dbcp.jar in the WAR in >> WEB-INF/lib?> > >Yes. Great, that's what'll do. But is there anything one must be careful about in this case? For example should a particul

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
include commons-dbcp.jar in your WAR. Florian -Original Message- From: Katilie, John [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 2:20 PM To: Tomcat Users List Subject: RE: JDBC driver JARs in a shared production environment It makes sense to put the JDBC driver jars in th

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Katilie, John
JDBC driver JARs in a shared production environment > From: Kirchhoff, Florian [mailto:[EMAIL PROTECTED] > Subject: JDBC driver JARs in a shared production environment > > Question: if you cannot place the JDBC driver jars in > CATALINA_HOME/commons/lib, where can you put them? > &

RE: JDBC driver JARs in a shared production environment

2008-02-22 Thread Caldarale, Charles R
> From: Kirchhoff, Florian [mailto:[EMAIL PROTECTED] > Subject: JDBC driver JARs in a shared production environment > > Question: if you cannot place the JDBC driver jars in > CATALINA_HOME/commons/lib, where can you put them? > > 1) Place the JDBC jars in $CATALINA_BAS

JDBC driver JARs in a shared production environment

2008-02-22 Thread Kirchhoff, Florian
Hi everybody, Question: if you cannot place the JDBC driver jars in CATALINA_HOME/commons/lib, where can you put them? Here is the context of my question: * A production environment where each application runs in a separate instance of Tomcat * Each application has it's own $CATALINA_BASE and po