It works !!! Thank you andrea
Remove the sql validation parameter, or actually give it a sql statement to use. And in this <Resource name="jdbc/mydb" scope="Shareable" type="javax.sql.DataSource"/> add auth="Container" so that it looks like <Resource name="jdbc/mydb" scope="Shareable" auth="Container" type ="javax.sql.DataSource"/> Took me a while to figure out the validation bit. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
