RE: Oracle connection pooling

2009-02-13 Thread Hamacher, Eric
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

RE: Oracle connection pooling

2009-02-13 Thread Hamacher, Eric
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

Oracle connection pooling

2009-02-12 Thread Hamacher, Eric
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

RE: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-30 Thread Hamacher, Eric
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

RE: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-29 Thread Hamacher, Eric
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

RE: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-29 Thread Hamacher, Eric
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

RE: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-29 Thread Hamacher, Eric
..@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"

javax.naming.NameNotFoundException: Name jdbc is not bound in this Context

2009-01-28 Thread Hamacher, Eric
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