Thanks Michael for the reply.

No dice.  Same error message with "url".

I forgot to mention that this is a fresh installation of Tomcat 6 so I haven't 
changed anything except for trying to insert this element.

Eric

-----Original Message-----
From: Michael Ludwig [mailto:mil...@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):
>
>       <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"/>

Try changing the attribute "uri" to "url". Even though the connect URL
doesn't look like your typical web URL, it is actually used to locate
the service, not only to identify it.

Michael Ludwig

---------------------------------------------------------------------
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