connection pooling resource name question
807599Mar 23 2007 — edited Mar 23 2007Hi there, I've tried creating a new context and put the db connection code there (just to test it). When I try to navigate to the servlet I get a null pointer exception.
I don't think I'm referring to the resource name correctly, does "TestDB" refer to the database name?
<Resource name="jdbc/TestDB" ....... />
If so is there a way on Oracle to find the name of the database?
Cheers again.
MM