Re: Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Edward Manalansan
Resource reference to a factory for java.sql.Connection instances that may be used for talking to a particular database that is configured in the server.xml file jdbc/jspbook javax.sql.DataSource Container Thank you Filip. Filip Hanik - Dev List

Re: Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Filip Hanik - Dev Lists
what did you put in your web.xml? Filip Edward Manalansan wrote: Hi there, I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work. I've meticulously followed the tomcat documentation and still no luck. I went into several famous forums and still didn't work.

Help on error "Name jdbc is not bound in this context"

2006-03-14 Thread Edward Manalansan
Hi there, I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work. I've meticulously followed the tomcat documentation and still no luck. I went into several famous forums and still didn't work. For starter, I tried adding the Datasource manually in the admin sc