On Fri, Feb 21, 2014 at 11:21 AM, Mark Thomas <ma...@apache.org> wrote:
> On 21/02/2014 16:17, Josh Gooding wrote: > > On Fri, Feb 21, 2014 at 9:59 AM, Mark Thomas <ma...@apache.org> wrote: > > > >> On 21/02/2014 14:49, Josh Gooding wrote: > >> > >>> Is there something that I am missing here? > >> > >> Where is the JAR containing your JDBC driver? > >> > >> Mark > >> > > > > > > Mark, > > > > It's in the WEB-INF/lib directory with all of the other jars I have for > > this app. Should this be in the $CATALINA_HOME/lib folder? I to > remember > > at one time that there was an issue with where that jar was put (but I'm > > not positive). Oh and the tomcat logs are clean as well, except when > trying > > to access the webapp. Startup they are all good. > > Yes, the JDBC driver needs to be in $CATALINA_[BASE|HOME]/lib. > > This requirement no longer exists for 8.0.x. > > Mark > > > --------------------------------------------------------------------- > Mark, I'm only using TC7, not 8 yet.