robi wrote:
> Dear all,
> 
> I am trying to use JDBC and transactions in Tomcat 5.5.20 with JOTM (as
> explained  this tutorial
> http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html).
> 
> But I am getting the following error when I do
> http://localhost:8080/dbtest/test.jsp,
> 
>  " javax.naming.NameNotFoundException:Name jdbc is not bound in this context
> "

Look in the logs to see what errors you have

Have a look at the Tomcat docs:
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html

Rather than using <ResourceParams ... />, put everything in the
<Resource ... /> as per the docs.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to