| Author |
Help With Connection Pool
|
Luke Shannon
Ranch Hand
Joined: Sep 30, 2004
Posts: 239
|
|
Hello; I am trying to get a connection pool running in my application. I get the error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Not sure what is going on here. Am I not getting a reference to the datasource in the correct way? Have I configured one of the files wrong? Any tips would be awesome. Here is all my code. server.xml (this context appears in the host tag) Web.xml Servlet Code: [ August 24, 2005: Message edited by: Luke Shannon ]
|
Luke
SCJP
|
 |
Tom Blough
Ranch Hand
Joined: Jul 31, 2003
Posts: 263
|
|
I don't know if it is just a typo, but you have an extra "j" in the URL: What server (Tomcat?) and version are you running under? Cheers, [ August 24, 2005: Message edited by: Tom Blough ]
|
Tom Blough<br /> <blockquote><font size="1" face="Verdana, Arial">quote:</font><hr>Cum catapultae proscriptae erunt tum soli proscripti catapultas habebunt.<hr></blockquote>
|
 |
Luke Shannon
Ranch Hand
Joined: Sep 30, 2004
Posts: 239
|
|
Hi Tom; Testing this under Tomcat 5, but it might have to run in Tomcat 4 (not sure how hard it will be to upgrade the server yet). I found this tutorial: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Based on that I made the following changes to my servlet method: Everything work fine now :-) Thanks, Luke
|
 |
 |
|
|
subject: Help With Connection Pool
|
|
|