| Author |
JDBC Connection Pooling error
|
jite eghagha
Ranch Hand
Joined: Oct 06, 2006
Posts: 124
|
|
Hi
I set up my connection pool as described in netbeans doc.
Then i tried to use, (in my own fashion) the Technics described in javaranch journal
But i get an error from the lines below :: javax.naming.NameNotFoundException: No object bound to name java:comp/env/jdbc/gameDataSource
I'd appreciate some help with that error.
I'm trying to read articles and documentation on InitialContext and Context, but so far everything I've found is rather "verbose"!
|
 |
jite eghagha
Ranch Hand
Joined: Oct 06, 2006
Posts: 124
|
|
I found the cause of the error ;
I had to include this couple of lines in my web.xml file:
however, these lines are deleted when ever i build my application! But for now the error fixed
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Which application server you are using? If any then check the documentation of that to see how to set up connection pooling.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
 |
|
|
subject: JDBC Connection Pooling error
|
|
|