DataSource pds = null;
            pds = (DataSource)context.lookup(name);


"name" had to be "java:/comp/jdbc/GFDataSource" and then I moved on to my next 
problem.

-----Original Message-----
From: Pid [mailto:p...@pidster.com]
Sent: Thursday, January 29, 2009 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




> That led me to an exception when I tried to use an ArrayDescriptor.
>
> So I tried to change my pooling form dbcp to oracle with:
>
> <Resource name="jdbc/GFDataSource" auth="Container"
>                 type="oracle.jdbc.pool.OracleDataSource"
>                         factory="oracle.jdbc.pool.OracleDataSourceFactory"
>                         connectionCachingEnabled="true"
>                     maxActive="30"
>                     maxIdle="2"
>                     maxWait="1000"
>                     username="GLP_S"
>                     password="gideupstg"
>                     driverClassName="oracle.jdbc.driver.OracleDriver"
>                     url="jdbc:oracle:thin:@uxsvr3.enetrix.msn:2224:STG9"/>
>
> And now I'm back to "javax.naming.NameNotFoundException: Name jdbc is not 
> bound 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 Message-----
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Stephen Souness
> Sent: Thursday, January 29, 2009 9:02 AM
> To: users@tomcat.apache.org
> Subject: Re: javax.naming.NameNotFoundException: Name jdbc is not bound in 
> this Context
>
> Which lib did you put your jars 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 placed my drivers in lib.
>>
>> In web.xml, I put
>>
>>     <resource-ref>
>>       <res-ref-name>jdbc/GFDataSource</res-ref-name>
>>       <res-type>javax.sql.DataSource</res-type>
>>       <res-auth>Container</res-auth>
>>     </resource-ref>
>>
>> I placed the following in three different places, conf/server.xml, 
>> conf/context.xml, and in a context file in my app's META-INF directory:
>>
>>       <Resource name="jdbc/GFDataSource" auth="Container"
>>                 type="javax.sql.DataSource"
>>                 maxActive="30"
>>                 maxIdle="2"
>>                 maxWait="1000"
>>                 username="username"
>>                 password="password"
>>                 driverClassName="oracle.jdbc.OracleDriver"
>>                 uri="jdbc:oracle:thin:@aserver:2224:DB"/>
>>
>> For driverClassName, I've also tried oracle.jdbc.driver.OracleDriver.
>>
>> This application works on other servers.
>>
>> Please help!
>>
>> J.  ERIC  HAMACHER
>> Software Application Developer
>> 608.664.3859
>> 8476 Greenway Boulevard
>> Suite 100
>> Middleton, WI  53562
>> USA
>> GALLUP Technology
>>
>> Achiever | Learner | Restorative | Intellection | Deliberative
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to