[EMAIL PROTECTED] wrote: > Are you sure you have a valid datasource in Tomcat? Looks like it's having trouble >creating a connection. I noticed > <value>oracl.jdbc.driver.OracleDriver</value> > contains a type-o. Shouldn't it be oracle.jdbc.driver.OracleDriver instead of oracl >with no e?
The error is just a typo due to cut&paste. The name of the class is correct in the server.xml file. But yes, it looks like Tomcat has troubles creating a connection, even though all it reports in his logs is the following: DBCP DataSource configured without a 'username' which I can't figure out because I sure have a username in the datasource configuration. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>