FCIProject wrote:...
Error while trying to configure the database. Please check if parameters like username, password and host are correct and try again.
org.hsqldb.jdbcDriver
Can you tell me what is wrong?
TIA
Gary
you also need to copy over the
jdbc driver.
for example working on
tomcat, you may copy the hsqldb.jar to $CATALINA_HOME/webapps/jforum/WEB-INF/lib
it worked for me with hsqldb version 1.8 get it here
http://sourceforge.net/project/showfiles.php?group_id=23316 [originally posted on jforum.net by pitonew]