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 ]