RE: Cannot load JDBC driver class in WebApp-specific lib

2008-10-06 Thread Martin Gainty
transmission. > Date: Mon, 6 Oct 2008 20:39:35 +0300 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Cannot load JDBC driver class in WebApp-specific lib > > McEahern, Mark S wrote: > > I have a JNDI resource defined in my applicati

Re: Cannot load JDBC driver class in WebApp-specific lib

2008-10-06 Thread Juha Laiho
McEahern, Mark S wrote: > I have a JNDI resource defined in my application's context.xml like so: > > > >name="jdbc/v5/myjndi" > type="javax.sql.DataSource" > driverClassName="oracle.jdbc.driver.OracleDriver" ... > maxActive="4"/> > > > When I try to put th

Cannot load JDBC driver class in WebApp-specific lib

2008-10-06 Thread McEahern, Mark S
I have a JNDI resource defined in my application's context.xml like so: When I try to put the ojdbc14.jar in the /WEB-INF/lib/*.jar of my web application, it results in the following error: Could not get JDBC Connection; nested exception is org.apache.tomcat.dbcp.dbcp.SQLNestedExce