connection pooling resource name question

Hi 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

[439 byte] By [MajorMahema] at [2007-11-26 22:42:32]
# 1
> I don't think I'm referring to the resource name> correctly, does "TestDB" refer to the database name?> > <Resource name="jdbc/TestDB" ....... />No, it's not the name of the database.Kaj
kajbja at 2007-7-10 11:58:07 > top of Java-index,Java Essentials,New To Java...