taSourceFactory"
And switch up accordingly. See if that doesn't work.
-Original Message-
From: Hamacher, Eric [mailto:eric_hamac...@gallup.com]
Sent: Friday, February 13, 2009 11:45 AM
To: Tomcat Users List
Subject: RE: Oracle connection pooling
I was just putting some fake val
type="javax.sql.DataSource"
driverClassName="oracle.jdbc.OracleDriver"
and no factory
-Original Message-
From: Hamacher, Eric [mailto:eric_hamac...@gallup.com]
Sent: Thursday, February 12, 2009 3:52 PM
To: users@tomcat.apache.org
Subject: Oracle connection pooling
Hello:
I
Hello:
I am in a bind.
I am getting:
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:770)
at org.apache.naming.NamingContext.lookup(NamingContext.java:153)
at org.apache.naming.SelectorContext.loo
9 2:43 PM
To: Tomcat Users List
Subject: Re: javax.naming.NameNotFoundException: Name jdbc is not bound in this
Context
Hamacher, Eric wrote:
> I solved the problem by putting java:/comp/env in the JNDI lookup in the code.
So you're not putting: java:/comp/jdbc/GFDataSource?
p
> Tha
d
in this Context"!
-Original Message-
From: Hamacher, Eric [mailto:eric_hamac...@gallup.com]
Sent: Thursday, January 29, 2009 9:04 AM
To: Tomcat Users List
Subject: RE: javax.naming.NameNotFoundException: Name jdbc is not bound in this
Context
Tomcat's
-Original Mes
rs in?
The web app's or Tomcat's?
--
Stephen Souness
Hamacher, Eric wrote:
> Hello:
>
> This has been a truly frustrating problem. Here is what I did:
>
> Tomcat 6.0.18
> JDK 1.5 u 16
> Eclipse w/ WTP 3.4.1
> Ojdbc14dms.jar
> Dms.jar
>
> I
..@gmx.de]
Sent: Wednesday, January 28, 2009 6:17 PM
To: Tomcat Users List
Subject: Re: javax.naming.NameNotFoundException: Name jdbc is not bound in this
Context
Hamacher, Eric schrieb am 28.01.2009 um 08:18:21 (-0600):
>
>type="javax.sql.DataSource"
Hello:
This has been a truly frustrating problem. Here is what I did:
Tomcat 6.0.18
JDK 1.5 u 16
Eclipse w/ WTP 3.4.1
Ojdbc14dms.jar
Dms.jar
I placed my drivers in lib.
In web.xml, I put
jdbc/GFDataSource
javax.sql.DataSource
Container
I placed the following in th