9 messages in org.apache.portals.jetspeed-userRe: really "The Hypersonic JDBC drive...
FromSent OnAttachments
Peter KmetNov 30, 2004 2:02 am 
Hema MenonNov 30, 2004 3:12 am 
marc...@infineon.comNov 30, 2004 3:17 am 
Peter KmetNov 30, 2004 4:35 am 
Peter KmetNov 30, 2004 5:02 am 
Peter KmetNov 30, 2004 5:05 am 
Peter KmetNov 30, 2004 5:10 am 
marc...@infineon.comNov 30, 2004 5:11 am.xml
Peter KmetNov 30, 2004 5:14 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: really "The Hypersonic JDBC driver require no configuration"?Actions...
From:Peter Kmet (km@neuron.tuke.sk)
Date:Nov 30, 2004 5:05:56 am
List:org.apache.portals.jetspeed-user

thanks for your answer, - Version : Apache Tomcat/5.5.4 - conf/Catalina/localhost/jetspeed.xml : there are also these parameters: <!-- Class name for HSQL JDBC driver --> <parameter> <name>driverClassName</name> <value>org.hsqldb.jdbcDriver</value> </parameter>

<!-- The JDBC connection url for connecting to your HSQL dB. --> <parameter> <name>url</name> <value>jdbc:hsqldb:hsql://127.0.0.1:9001</value> </parameter>

- moving hsqldb.jar to /shared/lib brings no changes

btw. when I start database I get [echo] ==================================== [echo] Production/Deployment Database [echo] ==================================== [java] server.properties not found, using command line or default properties

[java] Opening database: ./src/database/hsql/Production [java] HSQLDB server 1.7.1 is running [java] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly [java] Tue Nov 30 10:15:37 CET 2004 Listening for connections ...

danke :)