Re: Configuring and using DataSource in Tomcat

2007-10-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason, Heping Ling wrote: > Libraries (*.jar files) specific to an application should be in the > application's WEB-INF/lib directory, and those shared by all applications > should be in $CATALINA_HOME/common/lib. I put the database driver file in >

RE: Configuring and using DataSource in Tomcat

2007-10-04 Thread Heping Ling
Hi, Gabriele: Thanks for the reminder. Libraries (*.jar files) specific to an application should be in the application's WEB-INF/lib directory, and those shared by all applications should be in $CATALINA_HOME/common/lib. I put the database driver file in both directories just in case, but it did

RE: Configuring and using DataSource in Tomcat

2007-10-02 Thread Heping Ling
ailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 2:19 PM To: Tomcat Users List Subject: RE: Configuring and using DataSource in Tomcat > From: Heping Ling [mailto:[EMAIL PROTECTED] > Subject: Configuring and using DataSource in Tomcat > > I am new in doing web applications

RE: Configuring and using DataSource in Tomcat

2007-10-02 Thread Caldarale, Charles R
> From: Heping Ling [mailto:[EMAIL PROTECTED] > Subject: Configuring and using DataSource in Tomcat > > I am new in doing web applications and new in using tomcat. Don't suppose you'd want to give anyone a hint about what Tomcat version you're using? > 2. File name and location of the JDBC dr