Re: JNDI Resource: Cannot create JDBC driver of class '' for connect URL 'null'

2003-11-07 Thread Bruno Costacurta
It's working. Sorry. It was simply a typing error. On Thursday 06 November 2003 18:52, Bruno Costacurta wrote: Hi All, I simply followed the sample provided by Tomcat documentation (4.1.29) about JNDI Resource (DBCP) and MySQL but received the following error: Cannot create JDBC driver

JNDI Resource: Cannot create JDBC driver of class '' for connect URL 'null'

2003-11-06 Thread Bruno Costacurta
Hi All, I simply followed the sample provided by Tomcat documentation (4.1.29) about JNDI Resource (DBCP) and MySQL but received the following error: Cannot create JDBC driver of class '' for connect URL 'null', cause: No suitable driver However MySQL and JDBC driver settings seems correct as

Re: servlet question

2003-09-21 Thread Bruno Costacurta
It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib/) which contain javax.servlet.* Hope it helps. On Saturday 20 September 2003 17:45, water autumn wrote: hello: My environment is follow: JDK :

Re: servlet question

2003-09-21 Thread Bruno Costacurta
Indeed. There is a servlet-api.jar under $TOMCAT_HOME/common/lib/ My Tomcat version is 5.0.0 On Sunday 21 September 2003 11:42, BAO RuiXian wrote: Bruno Costacurta wrote: It seems you miss J2EE. After installation (from www.java.sun.com/j2ee) you should find j2ee.jar (under $J2EE_HOME/lib