Dawid Van Der Merwe wrote:
Did you add a
<resource-ref> <description>Resource for DB connections</description> <res-ref-name>jdbc/JNDI_NAME</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref>
section to your web.xml file?
It will not work without it.
Is the official documentation on what these terms mean in the Servlet 2.3 spec, or J2EE spec, or somewhere else?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
