Hi, 

I think the exception already told you what going wrong
according to:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-resources-howto.html

the url should be:
 <parameter>
      <name>url</name>
      <value>jdbc:HypersonicSQL:database</value>
</parameter>

so if your database call "testDB"

the url would become:
jdbc:HypersonicSQL:testDB

hope this help

Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to