Hi,
Anyone knows what I'm not doing right, I want to
connect to a HypersonicSQL database using the
webserver connection. But when I use the following
URL:
"jdbc:HypersonicSQL:http://localhost:8080"
It wont connect.
I have orion on the url: localhost:8080. I've installed
hSQL in the /lib dir and made a classpath to it in the
global-web-application.xml file. I have also modified the
file data-sources.xml as it says in the docs:
url="jdbc:HypersonicSQL:defaultdb"
connection-driver="hSql.hDriver"
username="xxx"
password="yyy"
schema="database-schemas/hypersonic.xml"
I have named my database files to 'mydb.*'.
Thanks in advance,
/Robert Karlsson